Skip to content

Instantly share code, notes, and snippets.

@hetima
Created May 22, 2017 13:24
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 hetima/dd2bfa037315fc079db30b55f1473490 to your computer and use it in GitHub Desktop.
Save hetima/dd2bfa037315fc079db30b55f1473490 to your computer and use it in GitHub Desktop.
local a = "a"
function test()
print("a=", a)
print("b=", b)
print("c=", c)
end
local b = "b"
c = "c"
test()
a= a
b= nil
c= c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment