September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,4 +1,4 @@
|
|||
BEGIN
|
||||
INTEGER i;
|
||||
FOR i:=5 UNTIL 25 STEP 5 DO OutInt(i,5)
|
||||
END
|
||||
begin
|
||||
integer i;
|
||||
for i:=5 step 5 until 25 do outint(i,5)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue