lua-users home
lua-l archive

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


On 2013-10-14 2:43 AM, "steve donovan" <steve.j.donovan@gmail.com> wrote:
>
> (However, I could definitely live with no default number -> string
> conversions e.g. in concatenation. That would be cleaner)
>
Ew, having to add tostring() all over the place? Makes code so ugly. I was glad 5.2 removed the need for it with string.format.