lua-users home
lua-l archive

Re: BASIC-like Lua variant

[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"

AltStyle によって変換されたページ (->オリジナル) /