Skip to content

Releases: SoniEx2/lua-using

lua-using 1.0!

13 Nov 17:01
Compare
Choose a tag to compare

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)