示例#1
0
 public Function(Stmt.Function declaration, Env closure)
 {
     this.declaration = declaration;
     this.closure     = closure;
 }