7 lines
46 B
Text
7 lines
46 B
Text
|
|
i=0
|
||
|
|
while true
|
||
|
|
{
|
||
|
|
println[i]
|
||
|
|
i = i + 1
|
||
|
|
}
|