6 lines
39 B
Text
6 lines
39 B
Text
|
|
x=0
|
||
|
|
Repeat
|
||
|
|
x+1
|
||
|
|
Debug x
|
||
|
|
Until x%6=0
|