8 lines
146 B
Text
8 lines
146 B
Text
for (#1 = 1; #1 <= 10; #1++) {
|
|
Num_Type(#1, LEFT+NOCR)
|
|
if (#1 % 5 == 0) {
|
|
Type_Newline
|
|
Continue
|
|
}
|
|
Message(", ")
|
|
}
|