7 lines
85 B
Text
7 lines
85 B
Text
|
|
do i = 1 to 5;
|
||
|
|
do j = 1 to i;
|
||
|
|
put edit ('*') (a);
|
||
|
|
end;
|
||
|
|
put skip;
|
||
|
|
end;
|