commit | 53472e87d861008bbdee7cdcc4d758a48f98d868 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sat May 08 16:06:32 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sat May 08 16:06:32 2021 -0700 |
tree | 9039d1d8154d51f89a5ef3b8e3ef0d83ba1a6830 | |
parent | 8fc5e2f3da976b6808039bd4bc39eb19fe24a4c5 [diff] [blame] |
Add "if" built-in
diff --git a/src/lisp/test.lisp b/src/lisp/test.lisp index 68cc615..82e5955 100644 --- a/src/lisp/test.lisp +++ b/src/lisp/test.lisp
@@ -3,4 +3,5 @@ (defun main () (print "64 / (2 + 2) =") - (print (/ 64 (two-plus-two)))) + (print (/ 64 (two-plus-two))) + (print nil))