5 lines
53 B
Text
5 lines
53 B
Text
|
|
FOR i = 1 TO 10
|
||
|
|
PRINT cma$;i;
|
||
|
|
cma$ = ", "
|
||
|
|
NEXT i
|