From 629416ffb6e30836f4de4a0f2401ccd66b4ce4a6 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 Jul 2024 20:49:14 +0100 Subject: add numeric for form --- tests/for.bth | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/for.bth (limited to 'tests/for.bth') diff --git a/tests/for.bth b/tests/for.bth new file mode 100644 index 0000000..4d5f5b1 --- /dev/null +++ b/tests/for.bth @@ -0,0 +1,2 @@ +(for (x 10) + (say (* x x))) -- cgit v1.2.3