lua-users home
lua-l archive

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


>The following snippet is useful to carry over the command-line arguments
>you have received into a Lua space. Maybe a useful addition to 4.1?

lua.c in 4.0 already exports "getargs", which returns a table with all
arguments.
--lhf