lua-users home
lua-l archive

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


On Tue, Jan 14, 2014 at 3:24 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> But try print(type("1"+"2"))

Exactly why I wouldn't do it ;)  It is a good idea to have separate
operators, otherwise there is all that pain that JavaScript users have
when they're not careful.