latin5? ( object -- ? )


Vocabulary
io.encodings.8-bit.latin5

Inputs and outputs
objectan 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? ;