Add cond-expand registry file
This commit is contained in:
parent
193bce3dcd
commit
552a2276f1
|
@ -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]")
|
Loading…
Reference in New Issue