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

4 lines
38 B
Text

for i := 1 to 3
print(i);
endfor