5 lines
62 B
Text
5 lines
62 B
Text
|
|
REPEAT
|
||
|
|
i := i + 1;
|
||
|
|
IO.Put(Fmt.Int(i));
|
||
|
|
UNTIL i MOD 6 = 0;
|