with-lambda-scope ( assoc reader-quot: ( -- quot ) -- quot )


Vocabulary
locals.parser

Inputs
assoclocal variables
reader-quota quotation


Outputs
quota quotation


Word description
Runs the quotation in a lambda scope. That means that any local variables are available for lookup in the manifest, but are cleaned up after the quotation finishes.

Definition