diff options
Diffstat (limited to 'tests/for.bth')
-rw-r--r-- | tests/for.bth | 2 |
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))) |