4 lines
59 B
Text
4 lines
59 B
Text
|
|
FOR i := 1 TO 100 BY 2 DO
|
||
|
|
IO.Put(Fmt.Int(i) & " ");
|
||
|
|
END;
|