lua-users home
lua-l archive

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


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>