Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ahkok
Created February 16, 2018 20:38
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 ahkok/a5be6b26cebc9aa083bf54573ab9717d to your computer and use it in GitHub Desktop.
Save ahkok/a5be6b26cebc9aa083bf54573ab9717d to your computer and use it in GitHub Desktop.
local a = 1
local function foo()
print(a)
end
foo(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment