Skip to content

Instantly share code, notes, and snippets.

@agladysh
Created November 21, 2009 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agladysh/240135 to your computer and use it in GitHub Desktop.
Save agladysh/240135 to your computer and use it in GitHub Desktop.
Silly example on how to use luabins
local luabins = require "luabins"
local status, a, b, c = assert(
luabins.load(luabins.save("A", "B", "C"))
)
print(a, b, c) --> A B C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment