third
builtin-function
(third seq)
Returns the third item in seq.
seq
make-html > (third '(1 2 3 4)) it: 3 make-html > (third '(1 2)) it: null