4 lines
42 B
Text
4 lines
42 B
Text
|
|
for N from 1 to 5 do
|
||
|
|
output: "*" * N
|
||
|
|
od
|