diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-08-04 22:02:49 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-08-04 22:02:49 -0700 |
| commit | 37c646859f2382fe003d0a95cc274414ba84f36c (patch) | |
| tree | 5d4e217855b362a001a72a4981a85459f76b22f5 /lib/scheme/base.csc | |
| parent | 09a63498f4de78d0c6e484d406544d8e7653b8ca (diff) | |
| download | chromatopelma-37c646859f2382fe003d0a95cc274414ba84f36c.tar.zst | |
Add if, and, or, when and friends.
Diffstat (limited to 'lib/scheme/base.csc')
| -rw-r--r-- | lib/scheme/base.csc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/scheme/base.csc b/lib/scheme/base.csc index c9b5c0c..1bba9f4 100644 --- a/lib/scheme/base.csc +++ b/lib/scheme/base.csc @@ -1,3 +1,4 @@ (define-library (scheme base) (include-library-declarations "base/10-define.csc") - (include-library-declarations "base/20-let.csc")) + (include-library-declarations "base/20-let.csc") + (include-library-declarations "base/30-if.csc")) |
