4 lines
109 B
INI
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;
|