fifth
builtin-function
(fifth seq)
Returns the fifth element in a seq; or null if there is no fifth element.
seq
null
make-html > (fifth '(1 2 3 4 5 6)) it: 5