EMA-XPS Online


SEQUENCEP

SEQUENCEP
=========

syntax: (sequencep <object>) ; only in Babylon Lisp!

This function checks, whether the object is a
sequence. It returns T, when the test was successful,
otherwise NIL.

example:       >(sequencep '(1 2))
               NIL


EMA-XPS Online