length -- r7rs Definition
§

Kind
§

procedure;

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(length list)

Returns the length of list.

(length '(a b c))               ===>  3
(length '(a (b) (c d e)))       ===>  3
(length '())                    ===>  0

The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§