Name

llen — List length.

Synopsis

llen list

Description

The llen returns the length of its list argument.

Example

puts [llen {1 2 3 {a b c}}]
	  

Produces:

4