alien? ( object -- ? ) - Factor Documentation

alien? ( object -- ? )


Vocabulary
alien

Inputs and outputs
object an object
? a boolean


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

Definition
USING: kernel kernel.private ;

IN: alien

: alien? ( object -- ? ) tag 6 eq? ;

AltStyle によって変換されたページ (->オリジナル) /