Handbook
Glossary
unary-op ( quot -- )
Vocabulary
compiler
.
cfg
.
stacks
Inputs
quot
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
compiler.cfg.stacks
:
unary-op
( quot -- )
[
ds-pop
]
dip
call
ds-push
;
inline