Skip to content

Instantly share code, notes, and snippets.

@ACbosong

ACbosong/.js Secret

Created August 10, 2021 10:30
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 ACbosong/e6ba4b029f10ea1251fa853c26d3e608 to your computer and use it in GitHub Desktop.
Save ACbosong/e6ba4b029f10ea1251fa853c26d3e608 to your computer and use it in GitHub Desktop.
do
local v = 1
do
local v = v + 1
print(v) // 2
end
print(v) // 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment