env = newCleanEnv() load("x=1", "", "t", env)() assert(x==nil) assert(env.x==1) return true