%% %CopyrightBegin%
%%
%% SPDX-License-Identifier: Apache-2.0
%%
%% Copyright Ericsson AB 2021-2025. All Rights Reserved.
%%
%% %CopyrightEnd%

[;1m  length(List)[0m

  Returns the length of [;;4mList[0m.

  For example:

    > length([1,2,3,4,5,6,7,8,9]).
    9
