Handbook
Glossary
dredge-fry-simple ( n state -- )
Vocabulary
fry
.
private
Inputs
n
an
object
state
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
fry.private
:
dredge-fry-simple
( n state -- )
[
input>>
swap
tail-slice
]
[
quot>>
]
bi
push-all
;
inline
recursive