7 lines
70 B
Text
7 lines
70 B
Text
|
|
FOR i TO 5 DO
|
||
|
|
TO i DO
|
||
|
|
print("*")
|
||
|
|
OD;
|
||
|
|
print(new line)
|
||
|
|
OD
|