kai
kai copied to clipboard
Parsing labels for loops fails
This is due to how automatic semicolon insertion works (or rather doesn't)
outer:
for _ in arr {
Error: Expected operand, found 'for'