Nothing? ( object -- ? ) - Factor Documentation

Nothing? ( object -- ? )


Vocabulary
monadics

Inputs and outputs
object an object
? a boolean


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

Definition
USING: kernel ;

IN: monadics

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

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