1 line
55 B
Text
1 line
55 B
Text
for i = 1 to 5 for x = 1 to i see "*" next see nl next
|
for i = 1 to 5 for x = 1 to i see "*" next see nl next
|