From 4b294e47144da00ae4b9568fed39569d187ce07e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 27 Mar 2026 17:23:26 -0400 Subject: Fix doubles --- thebug.lisp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 thebug.lisp (limited to 'thebug.lisp') diff --git a/thebug.lisp b/thebug.lisp deleted file mode 100644 index ad87bd7..0000000 --- a/thebug.lisp +++ /dev/null @@ -1,9 +0,0 @@ -(defun! foo (x) - (lambda (y) - (+ x y))) - -(setq! bar (foo 10)) -(setq! baz (foo 100)) - -(print! (funcall bar 4)) - -- cgit v1.2.3