RosettaCodeData/Task/Loops-For/Inform-7/loops-for.inf
2023-07-01 13:44:08 -04:00

4 lines
109 B
INI

repeat with length running from 1 to 5:
repeat with N running from 1 to length:
say "*";
say line break;