Handbook
Glossary
with-current-vocab ( name quot -- )
Vocabulary
vocabs
.
parser
Inputs
name
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
namespaces
;
IN:
vocabs.parser
:
with-current-vocab
( name quot -- )
manifest
get
clone
manifest
[
[
set-current-vocab
]
dip
call
]
with-variable
;
inline