VocabularylocalsSyntax[let code :> var code :> var code... ]
Word descriptionEstablishes a new scope for lexical variable bindings. Variables bound with
:> within the body of the
[let will be lexically scoped to the body of the
[let form.
ExamplesSee
Examples of lexical variables.
See also:>Definition