2 lines
53 B
Text
2 lines
53 B
Text
?# i =: from 1 upto 5
|
|
print string '*' times i
|
?# i =: from 1 upto 5
|
|
print string '*' times i
|