From 2b47c650a161fe2c2c4c7f4d74a19c2c6fe6021e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 13 Feb 2026 17:32:00 -0500 Subject: Update --- thebug.lisp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 thebug.lisp (limited to 'thebug.lisp') diff --git a/thebug.lisp b/thebug.lisp new file mode 100644 index 0000000..ad87bd7 --- /dev/null +++ b/thebug.lisp @@ -0,0 +1,9 @@ +(defun! foo (x) + (lambda (y) + (+ x y))) + +(setq! bar (foo 10)) +(setq! baz (foo 100)) + +(print! (funcall bar 4)) + -- cgit v1.2.3