5 lines
31 B
Text
5 lines
31 B
Text
|
|
while 1
|
||
|
|
i = i + 1
|
||
|
|
print i
|
||
|
|
wend
|