2 lines
55 B
Text
2 lines
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
|