lua-users home
lua-l archive

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


On Apr 7, 2014, at 12:10 PM, Tony Papadimitriou <tonyp@acm.org> wrote:

> However, I think the arg[0] 'trick' does not work with redirection:

What’s ‘redirection’ in this context?

(Keep in mind that a Lua chunk doesn’t have to be file based, e.g. heredoc or dynamically generated code or whatever is not file based…)