6 lines
52 B
Text
6 lines
52 B
Text
|
|
i = 1
|
||
|
|
repeat while i>0
|
||
|
|
put i
|
||
|
|
i = i+1
|
||
|
|
end repeat
|