8 lines
70 B
Text
8 lines
70 B
Text
|
|
for y=0 to 4
|
||
|
|
print 1 ""
|
||
|
|
for x=0 to y
|
||
|
|
print 1 at x,y "*"
|
||
|
|
next
|
||
|
|
next
|
||
|
|
end
|