A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
4
Task/Loops-For/Inform-7/loops-for.inf
Normal file
4
Task/Loops-For/Inform-7/loops-for.inf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
repeat with length running from 1 to 5:
|
||||
repeat with N running from 1 to length:
|
||||
say "*";
|
||||
say line break;
|
||||
Loading…
Add table
Add a link
Reference in a new issue