Skip to content

Instantly share code, notes, and snippets.

@mascarenhas
Created November 6, 2009 19:25
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 mascarenhas/228200 to your computer and use it in GitHub Desktop.
Save mascarenhas/228200 to your computer and use it in GitHub Desktop.
local item = todo_list:new()
item.title = "Todo Item"
item.done = true
item:save()
assert(item.id ~= nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment