6 lines
63 B
Text
6 lines
63 B
Text
for i = 1 to 5
|
|
for j = 1 to i
|
|
write "*"
|
|
.
|
|
print ""
|
|
.
|