ebcdic? ( object -- ? )


Vocabulary
io.encodings.8-bit.ebcdic

Inputs and outputs
objectan object
?a boolean


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

Definition
USING: kernel ;

IN: io.encodings.8-bit.ebcdic

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