6 lines
72 B
Text
6 lines
72 B
Text
|
|
FOR value WHILE
|
||
|
|
print(value);
|
||
|
|
# WHILE # value MOD 6 /= 0 DO
|
||
|
|
SKIP
|
||
|
|
OD
|