7 lines
97 B
Text
7 lines
97 B
Text
FOR n = 1 to 5 CYCLE
|
|
FOR k = 1 to n CYCLE
|
|
print "*";
|
|
REPEAT
|
|
PRINT
|
|
REPEAT
|
|
END
|