lua-users home
lua-l archive

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


https://github.com/SoniEx2/lua-using/releases

lua-using is a simple pure-Lua module which provides a single function: using(). This function behaves similarly to C#'s `using` keyword.

It doesn't catch errors, you need to use (x)pcall for that.

Usage: `using(objects, function(args) end)`

--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.