LENGTH

[FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - sequence    

Description:

Returns the number of elements in <sequence> (a list, a string, ...)

Ex. (length '(1 2 3 4 5 6)) ==> 6
Ex. (length "hello") ==> 5