diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-08-04 21:45:54 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-08-04 21:45:54 -0700 |
| commit | de9353e9c24c448aaa11e24f2ccfb1820acb3d34 (patch) | |
| tree | 5ad341c306908630d8de47d2da3ad0e59eaff624 /lib/scheme/base/20-let.csc | |
| parent | Start the scheme base library. (diff) | |
| download | chromatopelma-de9353e9c24c448aaa11e24f2ccfb1820acb3d34.tar.zst | |
Add if and set!.
Diffstat (limited to 'lib/scheme/base/20-let.csc')
| -rw-r--r-- | lib/scheme/base/20-let.csc | 1 |
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* |
