Arc Cross Reference |
empty[procedure] empty objReturns t if obj is an empty list (nil), a zero-length string, or an empty table. Returns nil otherwise. (def empty (seq) (or (no seq) (and (no (acons seq)) (is (len seq) 0)))) | AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |