Add cond-expand registry file

This commit is contained in:
Lassi Kortela 2021-07-20 17:21:55 +03:00
parent 193bce3dcd
commit 552a2276f1
1 changed files with 19 additions and 0 deletions

19
cond-expand.scm Normal file
View File

@ -0,0 +1,19 @@
(id and)
(args expr ...)
(description "True iif every expr is true. [SRFI 0]")
(id not)
(args expr)
(description "True iif expr is false. [SRFI 0]")
(id or)
(args expr ...)
(description "True iif at least one expr is true. [SRFI 0]")
(id library)
(args name)
(description "True iif library name is importable. [R7RS]")
(id compilation-target)
(args ...)
(description "[Gambit]")