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