Skip to content

llength

Returns the number of elements in a list.

Syntax

tcl
llength list

Parameters

  • list: The list to measure

Examples

Basic usage

Output

Empty list

Output

List with compound elements

Output

See Also