source files: [cx]lsp.[ch]
SYNTAX
(first <vector>)
DESCRIPTION
This operator returns the first element of <vector>:
(first (list :X :Y :Z))
will return the value from array :X.