| kawa.standard.fluid_let
fluid_let | public class fluid_let extends Syntax (Code) | | The Syntax transformer that re-writes the Scheme "fluid-let" primitive.
author: Per Bothner |
Field Summary | |
Expression | defaultInit Value to use if an initial value is not specified.
Null means use the existing binding. | final public static fluid_let | fluid_let | boolean | star True if bindings should be evaluated sequentionally, as in ELisp let*. |
defaultInit | Expression defaultInit(Code) | | Value to use if an initial value is not specified.
Null means use the existing binding.
|
star | boolean star(Code) | | True if bindings should be evaluated sequentionally, as in ELisp let*.
|
fluid_let | public fluid_let()(Code) | | |
|
|