lua-users home
lua-l archive

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


On Tue, Jun 24, 2014 at 1:12 PM, Josh Haberman <jhaberman@gmail.com> wrote:
> The fact that C will implicitly convert double -> string is an
> interesting perspective.

Whoops, I meant double -> int. Of course C will never implicitly
convert number <-> string (I'd tend to think Lua shouldn't either,
except for string.concat() or "..").