Skip to content

Instantly share code, notes, and snippets.

@Alloyed
Created March 6, 2016 17:19
Show Gist options
  • Save Alloyed/35a663bc882d69bb19ad to your computer and use it in GitHub Desktop.
Save Alloyed/35a663bc882d69bb19ad to your computer and use it in GitHub Desktop.
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