cdr ( cons -- cdr )
Factor handbook » The language » Collections » Lists » The list protocol

Prev:car ( cons -- car )
Next:nil? ( object -- ? )


Vocabulary
lists

Inputs
consa list


Outputs
cdra list


Word description
Returns the tail of the list.

See also
car

Definition

GENERIC: cdr ( cons -- cdr )


Methods