Handbook
Glossary
set-editor ( string -- )
Vocabulary
editors
Inputs
string
an
object
Outputs
None
Definition
USING:
kernel
namespaces
parser.notes
sequences
splitting
vocabs.parser
;
IN:
editors
:
set-editor
( string -- )
"editors."
?head
drop
[
"editors."
prepend
t
parser-quiet?
[
use-vocab
]
with-variable
]
[
search
]
bi
editor-class
set-global
;