VocabularynamespacesInputsOutputsNone
Word descriptionCalls the quotation in a new namespace. Any variables set by the quotation are discarded when it returns.
ExamplesUSING: math namespaces prettyprint ;
IN: scratchpad
SYMBOL: x
0 x set
[ x [ 5 + ] change x get . ] with-scope x get .
5
0
Definition