BEE Lisp Functions Reference

<number> LEN (A)

Returns size of list A or length of string A.

Example:

(LEN ‘(1 2 3 4 5))                      ; 5

(LEN “Lisp”)                              ; 4