From cb738e17c9751fadc990fda75fa023a8fe9fd671 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 13 Jul 2024 12:34:33 +0100 Subject: add iota tests --- tests/iota_imp.bth | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/iota_imp.bth (limited to 'tests/iota_imp.bth') diff --git a/tests/iota_imp.bth b/tests/iota_imp.bth new file mode 100644 index 0000000..cc62db9 --- /dev/null +++ b/tests/iota_imp.bth @@ -0,0 +1,4 @@ +(let (a []) + (for (i 10) + (append a i)) + (say a)) -- cgit v1.2.3