From a559125a2d7af771784614b7a2092cc7fb707345 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 26 Jun 2024 22:45:16 +0100 Subject: array literals --- tests/arr3.bth | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/arr3.bth (limited to 'tests/arr3.bth') diff --git a/tests/arr3.bth b/tests/arr3.bth new file mode 100644 index 0000000..c2bce88 --- /dev/null +++ b/tests/arr3.bth @@ -0,0 +1 @@ +(say (append [1 2 (+ 1 2) (let (x 2) (* x x))] (+ 2 3))) -- cgit v1.2.3