deques: enhance slurp-deque stack effect.

db4
John Benediktsson 2014-12-11 15:59:14 -08:00
parent d52f55f508
commit b9dc159949
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ HELP: node-value
HELP: slurp-deque
{ $values
{ "deque" deque } { "quot" { $quotation ( obj -- ) } } }
{ "deque" deque } { "quot" { $quotation ( ... obj -- ... ) } } }
{ $description "Pops off the back element of the deque and calls the quotation in a loop until the deque is empty." }
{ $examples
{ $example