8 lines
115 B
Text
8 lines
115 B
Text
put 0 into n
|
|
repeat for 5 times
|
|
add 1 to n
|
|
repeat for n times
|
|
put "*"
|
|
end repeat
|
|
put return
|
|
end repeat
|