4 lines
87 B
Text
4 lines
87 B
Text
do i = 1 to 10;
|
|
put edit (trim(i)) (a);
|
|
if i < 10 then put edit (', ') (a);
|
|
end;
|