lua-users home
lua-l archive

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


On 2010-02-03, Mark Hamburg <mark@grubmah.com> wrote:
>  I'm imagining it becoming much more common to write things like:
>
>         local math, string from _G
>

This is very neat. Is it possible to achieve the same effect using
token filters or MetaLua  within Lua 5.1.4?

--Leo--