Created
March 6, 2016 17:19
-
-
Save Alloyed/35a663bc882d69bb19ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local gold = true | |
this_is.gold = false | |
this_is = { | |
gold = true | |
} | |
call(gold) | |
for gold in gold do gold = true end | |
function this_is.gold() return gold end | |
do gold = true end | |
if gold then gold = true end | |
that_was = "gold" | |
that_was = 'gold' | |
that_was = [[ gold ]] | |
that_was = [=[ gold ]=] | |
-- gold | |
--[[ | |
gold | |
]] | |
--[=[ | |
gold | |
]=] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment