summaryrefslogtreecommitdiff
path: root/tests/for2.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/for2.bth')
-rw-r--r--tests/for2.bth3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/for2.bth b/tests/for2.bth
new file mode 100644
index 0000000..66c490f
--- /dev/null
+++ b/tests/for2.bth
@@ -0,0 +1,3 @@
+(let (a [6 7 8 9])
+ (for (i (len a))
+ (say (+ (a i) (* i 10)))))