Once the closure is defined, I call it inside of the frameclosure.
定义这个闭包之后,在frame闭包中调用它。
2
What is more interesting is that the closure actually packages a local context (stack frame where some variables reside) and makes it available outside the scope in which they actually exist.