7 lines
79 B
Text
7 lines
79 B
Text
|
|
for i = 1 to 5
|
||
|
|
for x = 1 to i
|
||
|
|
see "*"
|
||
|
|
next
|
||
|
|
see nl
|
||
|
|
next
|