polserver/testsuite/escript/compiler2/compiler2-054-foreach-basic.src
2020-08-13 15:26:09 +02:00

5 lines
71 B
Text

var a := { 82, 54, 22, "x" };
foreach i in a
print(i);
endforeach