| Arc Cross Reference |
flat[procedure] flat x (o stringstoo)(def flat (x (o stringstoo))
((rfn f (x acc)
(if (or (no x) (and stringstoo (is x "")))
acc
(and (atom x) (no (and stringstoo (isa x 'string))))
(cons x acc)
(f (car x) (f (cdr x) acc))))
x nil))
| 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 |