length
builtin-function
(length seq)
Returns the length of a sequence or string.
make-html > (length "abc") it: 3 make-html > (length (range 10)) it: 10