Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created June 13, 2011 18:33
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 hoelzro/1023381 to your computer and use it in GitHub Desktop.
Save hoelzro/1023381 to your computer and use it in GitHub Desktop.
local pluto = require 'pluto'
local limit = arg[1]
if not limit then
limit = 1
end
t = {}
for i=1,limit do
t = { t }
end
buf = pluto.persist({}, t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment