length
(length list)
This function returns the number of elements
contained in list as integer number.
|
Arguments |
list any list or NIL |
|
Return |
the number of elements contained in list, as integer |
|
Example |
(length '(1 2 "a" "b"))
returns 4 |
|
Remarks |
|
| © Bricsys NV. All rights reserved. |