6 lines
40 B
Text
6 lines
40 B
Text
|
|
i = 1
|
||
|
|
while true
|
||
|
|
println i
|
||
|
|
i += 1
|
||
|
|
end
|