elt
special-form/function
(elt obj &rest indices)
elt can be used on every object with an indexer method.
make-html > (let a '(a b c d e)) it: a make-html > (elt a 1) it: b make-html > (elt a 2) it: c