Handbook
Glossary
create-reset ( string -- word )
Vocabulary
constructors
Inputs
string
an
object
Outputs
word
an
object
Definition
USING:
kernel
parser
words
;
IN:
constructors
:
create-reset
( string -- word )
create-word-in
dup
reset-generic
;