[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is there a way to run Lua source as .bat file?
- From: Tom N Harris <telliamed@...>
- Date: Sat, 12 Jul 2014 13:36:51 -0400
On Saturday, July 12, 2014 04:29:24 PM Enrico Colombini wrote:
> Could this be useful?
> http://lua-users.org/lists/lua-l/2012-05/msg00219.html
There's also `goto :EOF` to leave a batch script without having to invoke
exit. That will preserve the errorlevel from the last command.
And if you compile Lua so '@' is a "letter" then you can use
@goto =goto
--
tom <telliamed@whoopdedo.org>