lua-users home
lua-l archive

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


On Apr 6, 2014, at 11:38 PM, Valerio Schiavoni <valerio.schiavoni@gmail.com> wrote:

> The debug module is not always available, unfortunately.

Why not? It’s standard Lua. Always there if not explicitly removed.

In any case, one could always use, say, arg[ 0 ] in the main module for the same effect.