lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2015-08-19 23:32 GMT+02:00 Rena <hyperhacker@gmail.com>:

> One of the first lines I add to new scripts is:
>
> function printf(...) io.write(string.format(...)) end
>
> (unfortunately it doesn't produce the best error messages if the
> format string is bad.)

Let me read your palm …. You have done a lot of programming
in a language with a one-letter name, and that letter is not R.