Skip to content

Conversation

aNNiMON
Copy link
Owner

@aNNiMON aNNiMON commented Nov 20, 2023

No description provided.

aNNiMON added 30 commits August 26, 2023 17:18
v = 100
for v : [1] ..
v should be 1, not 100
match [1] {
  case [x]:
}
Before: x = [1]
After: x = 1

x will be the first (and single) value of an array
@aNNiMON aNNiMON marked this pull request as ready for review January 12, 2024 19:50
@aNNiMON aNNiMON merged commit b719420 into latest Jan 12, 2024
@aNNiMON aNNiMON deleted the next branch January 12, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant