6 lines
112 B
Text
6 lines
112 B
Text
for (#1 = 1; 1; #1++) {
|
|
Num_Ins(#1, LEFT+NOCR)
|
|
if (#1 == 10) { Break }
|
|
Ins_Text(", ")
|
|
}
|
|
Ins_Newline
|