string.format("%s", true) only works since lua-5.2. Make the print
statement more portable.
214 B
214 B
string.format("%s", true) only works since lua-5.2. Make the print
statement more portable.