7 lines
68 B
Text
7 lines
68 B
Text
for n = 1 to 5
|
|
{
|
|
for a = 1 to n
|
|
print["*"]
|
|
|
|
println[]
|
|
}
|