Turtle and Observer Command

length [list of data]

Returns the length of [list of data].

Examples:
length [] returns 0.
length [4 5 6 7] returns 4.

Related commands:
list se empty?