8 lines
88 B
Text
8 lines
88 B
Text
for i = 1 TO 10
|
|
see i
|
|
if i % 5 = 0
|
|
see nl
|
|
loop
|
|
ok
|
|
see ", "
|
|
next
|