aboutsummaryrefslogtreecommitdiffstats
path: root/lib/scheme
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-08-04 21:45:54 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-08-04 21:45:54 -0700
commitde9353e9c24c448aaa11e24f2ccfb1820acb3d34 (patch)
tree5ad341c306908630d8de47d2da3ad0e59eaff624 /lib/scheme
parent7e3e4eb8b4b8711635aa6e05d90877bfdfcb4b6d (diff)
downloadchromatopelma-de9353e9c24c448aaa11e24f2ccfb1820acb3d34.tar.zst
Add if and set!.
Diffstat (limited to 'lib/scheme')
-rw-r--r--lib/scheme/base/20-let.csc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/scheme/base/20-let.csc b/lib/scheme/base/20-let.csc
index 96f0247..4a02dfa 100644
--- a/lib/scheme/base/20-let.csc
+++ b/lib/scheme/base/20-let.csc
@@ -1,4 +1,5 @@
(export
+ begin
lambda
let
let*