# Pastebin 0cOmrHlt local x = "testing" local function start(state) local y = "foo" -- Perfectly acceptable x = "bar" -- Unacceptable end