nil? ( object -- ? )
Factor handbook » The language » Collections » Lists » The list protocol

Prev:cdr ( cons -- cdr )


Vocabulary
lists

Inputs
objectan object


Outputs
?a boolean


Word description
Return true if the cons object is the nil cons.

See also
nil

Definition

GENERIC: nil? ( object -- ? )


Methods