g95-abi? ( object -- ? )


Vocabulary
alien.fortran

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the g95-abi class.

Definition
USING: kernel ;

IN: alien.fortran

: g95-abi? ( object -- ? ) \ g95-abi eq? ;