Added logical operators and, not and or. Closes #3

This commit is contained in:
Simon Brooke 2026-02-24 01:45:51 +00:00
parent 8df304bc60
commit 62ebaf9819
13 changed files with 422 additions and 132 deletions

4
lisp/documentation.lisp Normal file
View file

@ -0,0 +1,4 @@
(set! documentation (lambda (name)
(:documentation (meta name))))
(set! doc documentation)