-
Posted by realhexer on Sat, 07 Feb 2009 10:36:22
The example's output is wrong. It should be:
>print(string.format("%2$d, %1$d, %d", 13, 17))
17, 13, 17 -
Posted by realhexer on Sat, 07 Feb 2009 10:36:22
The example's output is wrong. It should be:
>print(string.format("%2$d, %1$d, %d", 13, 17))
17, 13, 17