RosettaCodeData/Task/Loops-For/Inform-7/loops-for.inf

5 lines
109 B
INI
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
repeat with length running from 1 to 5:
repeat with N running from 1 to length:
say "*";
say line break;