kai icon indicating copy to clipboard operation
kai copied to clipboard

Parsing labels for loops fails

Open vdka opened this issue 6 years ago • 0 comments

This is due to how automatic semicolon insertion works (or rather doesn't)

outer:
    for _ in arr {

Error: Expected operand, found 'for'

vdka avatar Apr 04 '18 13:04 vdka