6 lines
101 B
Text
6 lines
101 B
Text
for I in 1..5 do
|
|
for _ in 1..I do
|
|
{System.printInfo "*"}
|
|
end
|
|
{System.showInfo ""}
|
|
end
|