llength ( list -- n )
Factor handbook » The language » Collections » Lists » Manipulating lists

Prev:cadr ( list -- elt )
Next:lreverse ( list -- newlist )


Vocabulary
lists

Inputs
lista list


Outputs
na non-negative integer


Word description
Outputs the length of the list. This should not be called on an infinite list.

See also
lnth, cons, car, cdr

Definition