6 lines
53 B
Text
6 lines
53 B
Text
|
|
integer i = 0
|
||
|
|
while 1 do
|
||
|
|
?i
|
||
|
|
i += 1
|
||
|
|
end while
|