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