second
builtin-function
(second seq)
Returns the second element of seq, or null.
seq
null
make-html > (second '(a)) it: null make-html > (second '(a b)) it: b