Created
June 5, 2018 14:31
-
-
Save sclark39/ec013aa04515f809d22333cdd68162d1 to your computer and use it in GitHub Desktop.
This file contains 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
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