diff options
Diffstat (limited to 'tests/iota_imp.bth')
-rw-r--r-- | tests/iota_imp.bth | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/iota_imp.bth b/tests/iota_imp.bth new file mode 100644 index 0000000..cc62db9 --- /dev/null +++ b/tests/iota_imp.bth @@ -0,0 +1,4 @@ +(let (a []) + (for (i 10) + (append a i)) + (say a)) |