6 lines
105 B
Text
6 lines
105 B
Text
FOR I% = 1 TO 5
|
|
FOR J% = 1 TO I%
|
|
PRINT"*";
|
|
NEXT
|
|
PRINT
|
|
NEXT
|