Arc Cross Reference |
or[macro] and expr ...[macro] or expr ...scheme:and and scheme:or. (mac and args (if args (if (cdr args) `(if ,(car args) (and ,@(cdr args))) (car args)) 't)) (mac or args (and args (w/uniq g `(let ,g ,(car args) (if ,g ,g (or ,@(cdr args))))))) | 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 |