On 2014年01月14日 14:48, Choonster TheMage wrote:
Not unless you use a modified version of Lua or a source-to-source converter. Lua lets you overload the functionality of existing operators, but you can't create your own aliases for them.
What about preprocessing. Does Lua have a preprocessor?