6 lines
77 B
Text
6 lines
77 B
Text
FOR c = 1 TO 5
|
|
FOR n = 1 TO c
|
|
PRINT "*";
|
|
NEXT
|
|
PRINT
|
|
NEXT
|