windows-1255? ( object -- ? )


Vocabulary
io.encodings.8-bit.windows-1255

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the windows-1255 class.

Definition
USING: kernel ;

IN: io.encodings.8-bit.windows-1255

: windows-1255? ( object -- ? ) \ windows-1255 eq? ;