From d8d3770f88d6acc37620d6577fa5a0b026fb1231 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 3 Jul 2024 12:01:22 +0100 Subject: add some failing tests for closures --- tests/clos1.bth | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/clos1.bth (limited to 'tests/clos1.bth') diff --git a/tests/clos1.bth b/tests/clos1.bth new file mode 100644 index 0000000..4c8f5d6 --- /dev/null +++ b/tests/clos1.bth @@ -0,0 +1,3 @@ +(def x 100) +(defn (f) x) +(say (f)) -- cgit v1.2.3