VocabularydequesInputsOutputsNone
Word descriptionPops off the back element of the deque and calls the quotation in a loop until the deque is empty.
ExamplesUSING: deques dlists io kernel ;
{ "one" "two" "three" } <hashed-dlist> [ push-all-front ] keep [ print ] slurp-deque
one
two
three
Definition