Determine how many items are in that list.
This function returns number of items in list. The number returned is an integer.
Example
| Code | Returns |
|---|---|
| (setq b ' ( 1 2 3 4)) | (1 2 3 4) |
| (length b) | 4 |
Tell me about...
(setq symbol1 statement1 [symbol2 statement2] ...)
Programming Overview of LISP (LISt Processing) Language
| Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |