September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1 +0,0 @@
|
|||
type Loop_Steps is (2, 4, 6, 8);
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
for Step in Loop_Steps loop
|
||||
put(Step, 0);
|
||||
put(", ");
|
||||
end loop;
|
||||
put("who do we appreciate?");
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
for Value in 3 .. 12 loop
|
||||
if Value mod 3 = 0 then
|
||||
put(Value, 0);
|
||||
put(", ")
|
||||
end if;
|
||||
end loop;
|
||||
put("what's a word that rhymes with ""twelve""?");
|
||||
Loading…
Add table
Add a link
Reference in a new issue