polserver/testsuite/escript/bfor/bfor002.src
2015-12-19 02:31:08 +01:00

4 lines
55 B
Text

for i := 1 to 3
var b := 2*i;
print(b);
endfor