vl-list-length
(vl-list-length lst)
This function returns the length of lst; for a
DottedPair this function returns NIL.
|
Arguments |
lst (list) a |
|
Return |
(integer) the length of the list |
|
Example |
(vl-list-length '(1 2))
returns 2 |
|
Remarks |
|
| © Bricsys NV. All rights reserved. |