s = new_sandbox_1() s.run("a=5") assert(s.get_inner("a") == 5) assert(a == nil) -- just checking that we actually have a sandbox :) return true