4 lines
84 B
Text
4 lines
84 B
Text
?# i =: from 1 upto 5
|
|
?# j =: from 1 upto i
|
|
print '*' nonl
|
|
print ''
|