6 lines
56 B
Text
6 lines
56 B
Text
|
|
a=0
|
||
|
|
REPEAT
|
||
|
|
INCR a
|
||
|
|
PRINT a
|
||
|
|
UNTIL MOD(a,6) == 0
|