3list ( a b c -- cons )
Factor handbook » The language » Collections » Lists » Constructing strict lists

Prev:2list ( a b -- cons )


Vocabulary
lists

Inputs
aan object
ban object
can object


Outputs
consa list


Word description
Create a list with 3 elements.

See also
1list, 2list

Definition

: 3list ( a b c -- cons ) 2list cons ; inline