Skip to content

Instantly share code, notes, and snippets.

@GabeStah
Created September 10, 2014 07:30
Show Gist options
  • Select an option

  • Save GabeStah/de61026c8506dd6f5929 to your computer and use it in GitHub Desktop.

Select an option

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