[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Modules with standalone main program
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 24 Feb 2018 08:30:56 -0300
> if ... then
> print("I was included as a module")
> return {}
> end
> print("I was executed as a program")
Try lua mod.lua 1 2 3 .