Handbook
Glossary
create-encoding ( name -- word )
Vocabulary
io
.
encodings
.
8-bit
.
private
Inputs
name
an
object
Outputs
word
an
object
Definition
USING:
classes.singleton
kernel
parser
;
IN:
io.encodings.8-bit.private
:
create-encoding
( name -- word )
create-word-in
dup
define-singleton-class
;