3 lines
47 B
Text
3 lines
47 B
Text
FOR i := 10 TO 0 BY -1 DO
|
|
IO.PutInt(i);
|
|
END;
|
FOR i := 10 TO 0 BY -1 DO
|
|
IO.PutInt(i);
|
|
END;
|