Created
June 13, 2011 18:33
-
-
Save hoelzro/1023381 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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