Skip to content

Instantly share code, notes, and snippets.

@sclark39
Created June 5, 2018 14:31
Show Gist options
  • Save sclark39/ec013aa04515f809d22333cdd68162d1 to your computer and use it in GitHub Desktop.
Save sclark39/ec013aa04515f809d22333cdd68162d1 to your computer and use it in GitHub Desktop.
function Foo( Name )
return function( Table )
; Construct
return something
end
end
;Called with:
Foo 'Bar' {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment