Handbook
Glossary
hat-name ( insn -- word )
Vocabulary
compiler
.
cfg
.
hats
.
private
Inputs
insn
an
object
Outputs
word
an
object
Definition
USING:
accessors
kernel
parser
sequences
splitting
;
IN:
compiler.cfg.hats.private
:
hat-name
( insn -- word )
name>>
"##"
?head
drop
"^^"
prepend
create-word-in
;