From d046c7d20fd283c90495d3af4bb53d1cfb2a0812 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 8 Aug 2024 14:44:48 +0100 Subject: misc --- tests/for2.bth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/for2.bth') diff --git a/tests/for2.bth b/tests/for2.bth index 66c490f..8f842f6 100644 --- a/tests/for2.bth +++ b/tests/for2.bth @@ -1,3 +1,3 @@ (let (a [6 7 8 9]) - (for (i (len a)) + (for (i (# a)) (say (+ (a i) (* i 10))))) -- cgit v1.2.3