6 lines
73 B
Text
6 lines
73 B
Text
for i in 0 to 6
|
|
for j in 0 to i
|
|
Write('*')
|
|
end
|
|
WriteLn()
|
|
end
|