get("#108") env = newCleanEnv() local _input = input input = nil --might use pcall... but might as well not. loadSnippet(_input, env)() return "w/h: "..tostring(env.width).."/"..tostring(env.height)