Handbook
Glossary
push-head-slice ( head state -- )
Vocabulary
fry
.
private
Inputs
head
an
object
state
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
fry.private
:
push-head-slice
( head state -- )
quot>>
[
push-all
]
[
\
_
swap
push
]
bi
;
inline