VocabularykernelInputsOutputsWord descriptionCalls a quotation with a value on the stack, restoring the value when the quotation returns.
ExamplesUSING: arrays kernel prettyprint ;
2 "greetings" [ <array> ] keep 2array .
{ { "greetings" "greetings" } "greetings" }
Definition