lua-users home
lua-l archive

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


2014/1/14  <colinz@gmx.com>:

> So, by maintaining the two operators separate, which is fine, could I
> redefine .. to something like 'concat'?
> That way I would end up having "Hello" concat "World"

Not quite, but you can have this:

("Hello"):concat "World"