6 lines
76 B
Text
6 lines
76 B
Text
for i to 5 do
|
|
for j to i do
|
|
write( "*" )
|
|
od;
|
|
print()
|
|
od
|