Class Let<T extends ACell>

java.lang.Object
Type Parameters:
T - Result type of Op
All Implemented Interfaces:
IValidated, IWriteable

public class Let<T extends ACell> extends AMultiOp<T>
Op for executing a body after lexically binding one or more symbols. Can represent (let [..] ..) and (loop [..] ..). Loop version can act as a target for (recur ...) expressions.