lama_byterun/regression/test104.lama

5 lines
No EOL
74 B
Text

var n = read ();
for var i; i := 0, i<10, i := i + 1 do
write (i)
od