summaryrefslogtreecommitdiff
path: root/tests/for2.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/for2.bth')
-rw-r--r--tests/for2.bth2
1 files changed, 1 insertions, 1 deletions
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)))))