From 2b47c650a161fe2c2c4c7f4d74a19c2c6fe6021e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 13 Feb 2026 17:32:00 -0500 Subject: Update --- broken.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 broken.lisp (limited to 'broken.lisp') 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)) -- cgit v1.2.3