6 lines
59 B
Text
6 lines
59 B
Text
loop 0..5 'x [
|
|
loop 0..x 'y [
|
|
prints "*"
|
|
]
|
|
print ""
|
|
]
|