diff options
author | ubq323 <ubq323@ubq323.website> | 2024-07-13 12:34:33 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-07-13 12:34:33 +0100 |
commit | cb738e17c9751fadc990fda75fa023a8fe9fd671 (patch) | |
tree | 599c94e8e9678e2393e81640faf46d9e660df820 /tests/iota_imp.bth | |
parent | d9d307bc676387ab8894f9fb1ee722db8ecf7272 (diff) |
add iota tests
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)) |