(car list) -> value
Returns the first element of a list or pair.
Example:
>>(car '(1 3 5)) :: 1
See Also: cdr, cadr