Skip to content

Instantly share code, notes, and snippets.

@GabeStah
Created September 10, 2014 07:30
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 GabeStah/de61026c8506dd6f5929 to your computer and use it in GitHub Desktop.
Save GabeStah/de61026c8506dd6f5929 to your computer and use it in GitHub Desktop.
local _ = 'apple'
function MyFunction(input)
print(input)
end
MyFunction(_)
-- OUTPUT: apple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment