7 lines
79 B
Text
7 lines
79 B
Text
FORLOOP
|
|
NEW I,J
|
|
FOR I=1:1:5 DO
|
|
.FOR J=1:1:I DO
|
|
..WRITE "*"
|
|
.WRITE !
|
|
QUIT
|