latin6? ( object -- ? )


Vocabulary
io.encodings.8-bit.latin6

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the latin6 class.

Definition
USING: kernel ;

IN: io.encodings.8-bit.latin6

: latin6? ( object -- ? ) \ latin6 eq? ;