Function: arrayp object
この関数は、オブジェクトが配列(i.e., ベクトルもしくはストリング) の場合、t を返します。
(arrayp [a]) => t (arrayp "asdf") => t