6 lines
71 B
Text
6 lines
71 B
Text
|
set i to 0
|
||
|
while !(i = 10) do
|
||
|
print_number(i)
|
||
|
set i to i+1
|
||
|
end
|