quilt icon indicating copy to clipboard operation
quilt copied to clipboard

incorrect for loop code gen

Open nathanielfernandes opened this issue 9 months ago • 0 comments

for i in (for j in 0:10 { 
    0:2
}) {
    @print(i)
}

the outer loop will never run. the inner loop has incorrect variable bindings.

nathanielfernandes avatar Sep 18 '23 22:09 nathanielfernandes