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

Prev:list
Next:cdr ( cons -- cdr )


Vocabulary
lists

Inputs
consa list


Outputs
carthe first item in the list


Word description
Returns the first item in the list.

See also
cdr

Definition

GENERIC: car ( cons -- car )


Methods