Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
latin5? ( object -- ? )
Vocabulary
io.encodings.8-bit.latin5
Inputs and outputs
object
an
object
?
a boolean
Word description
Tests if the object is an instance of the
latin5
class.
Definition
USING:
kernel
;
IN:
io.encodings.8-bit.latin5
:
latin5?
( object -- ? )
\
latin5
eq?
;