2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
8
Task/Loops-Downward-for/Simula/loops-downward-for.simula
Normal file
8
Task/Loops-Downward-for/Simula/loops-downward-for.simula
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
BEGIN
|
||||
Integer i;
|
||||
for i := 10 step -1 until 0 do
|
||||
BEGIN
|
||||
OutInt(i, 2);
|
||||
OutImage
|
||||
END
|
||||
END
|
||||
Loading…
Add table
Add a link
Reference in a new issue