Skip to content

Instantly share code, notes, and snippets.

@videlais
Created April 13, 2018 02:45
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 videlais/2d5068f601267cc81111e841cdbd3340 to your computer and use it in GitHub Desktop.
Save videlais/2d5068f601267cc81111e841cdbd3340 to your computer and use it in GitHub Desktop.
function.lua
variableName = 1
function newFunction()
print("The value is 1")
end
newFunction()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment