Exercise 1: Inspecting the Upvalue's Own .closed State — Possible Solution ==================================================================== THE CHECK ------------------------------ chunk = Compiler().compile_program([ FunctionStmt('makeCounter', [], [...]), # as in the chapter VarStmt('counter', Call(Variable('makeCounter'), []), ...), ]) vm = VM() vm.run(Closure(WispFunction("