Handbook
Glossary
euc? ( object -- ? )
Vocabulary
io
.
encodings
.
euc
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
euc
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
io.encodings.euc
:
euc?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
euc
eq?
]
[
drop
f
]
if
;