3 lines
100 B
Text
3 lines
100 B
Text
|
|
> for i to 10 do printf( "%d%s", i, `if`( i = 10, "\n", ", " ) ) end:
|
||
|
|
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
|