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