[list of data]
Returns the length of [list of data].
Examples: length [] returns 0. length [4 5 6 7] returns 4.
length []
length [4 5 6 7]
Related commands: list se empty?