Skip to content

Instantly share code, notes, and snippets.

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