lua-users home
lua-l archive

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


On Apr 22, 2014, at 4:00 PM, steve donovan <steve.j.donovan@gmail.com> wrote:

> The _M abomination will be duly corrected!

What’s the heartburn about?

In 5.1, _M is set by module( … ):

“… initializes t._NAME with the given name, t._M with the module (t itself), and t._PACKAGE with the package name…"

http://www.lua.org/manual/5.1/manual.html#pdf-module

All rather very pedestrian.