From 1f257ac91ef3813c563203eacb5320b210fc1aa7 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 3 Aug 2024 17:49:54 +0100 Subject: change array representation --- tests/pend2.bth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/pend2.bth (limited to 'tests/pend2.bth') diff --git a/tests/pend2.bth b/tests/pend2.bth new file mode 100644 index 0000000..69004df --- /dev/null +++ b/tests/pend2.bth @@ -0,0 +1,7 @@ +(defn (f x) + (, 10 + (if x 5 [6 7 8]) + 100)) + +(say (f true)) +(say (f false)) -- cgit v1.2.3