summaryrefslogtreecommitdiff
path: root/broken.lisp
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-02-13 17:32:00 -0500
committerLLLL Colonq <llll@colonq>2026-02-13 17:32:00 -0500
commit2b47c650a161fe2c2c4c7f4d74a19c2c6fe6021e (patch)
tree357e6484f707faaafae41aa4a35bbb418c791bf1 /broken.lisp
parente6329f2ce1df83fd729e79f7e92e55fe96a2e826 (diff)
Update
Diffstat (limited to 'broken.lisp')
-rw-r--r--broken.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/broken.lisp b/broken.lisp
new file mode 100644
index 0000000..09f4afc
--- /dev/null
+++ b/broken.lisp
@@ -0,0 +1,5 @@
+;; (let ((foo (+ 1 1)))
+;; (print! foo))
+((lambda (foo)
+ (print! foo))
+ (+ 1 1))