Skip to content

Instantly share code, notes, and snippets.

@mebens
Created May 15, 2011 19:42
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 mebens/973469 to your computer and use it in GitHub Desktop.
Save mebens/973469 to your computer and use it in GitHub Desktop.
For kikito
foo = { hello = 3, world = 4 }
bar = setmetatable({ exclamation = 5 }, { __index = foo })
x = table.attributes(bar) -- I have no idea what would be a fitting name for this function
-- x = { hello = 3, world = 4, exclamation = 5 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment