latin7? ( object -- ? )


Vocabulary
io.encodings.8-bit.latin7

Inputs and outputs
objectan object
?a boolean


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

Definition
USING: kernel ;

IN: io.encodings.8-bit.latin7

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