Handbook
Glossary
apply-transform ( word -- )
Vocabulary
stack-checker
.
transforms
Inputs
word
an
object
Outputs
None
Definition
USING:
kernel
namespaces
stack-checker.values
words
;
IN:
stack-checker.transforms
:
apply-transform
( word -- )
[
current-word
set
]
[
"transform-quot"
word-prop
]
[
"transform-n"
word-prop
]
tri
(apply-transform)
;