Skip to content

Instantly share code, notes, and snippets.

@FurryHead
Created May 30, 2011 18:34
Show Gist options
  • Save FurryHead/999268 to your computer and use it in GitHub Desktop.
Save FurryHead/999268 to your computer and use it in GitHub Desktop.
require 'lanes'
function sqr()
print(5*5)
end
function middleman()
sqr()
end
gen = lanes.gen({globals = _G}, middleman)
print(gen()[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment