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