5 lines
68 B
Text
5 lines
68 B
Text
set i to 0
|
|
while i < 10 do
|
|
print_number(i)
|
|
set i to i+1
|
|
end
|