Sequences
=========
Sequences are ordered groups of objects, there are several primitive
types which can be considered sequences, each with their pros and cons.
A sequence is either an array or a list, where an array is either a
vector or a string.
- Function: sequencep object
This function returns true if OBJECT is a sequence.