Files
wren/test/for/newline_before_in.wren
T

3 lines
45 B
Plaintext
Raw Normal View History

for (i // expect error
in [1]) IO.print(i)