25262728293031
public Value interp(Scope s) { // evaluate and cache the properties in the closure Scope properties = propertyForm == null ? null : Declare.evalProperties(propertyForm, s); return new Closure(this, properties, s); }