diff options
author | ubq323 <ubq323@ubq323.website> | 2024-08-17 19:14:47 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-08-17 19:15:39 +0100 |
commit | 41989a2ad51b15bf512b81f2c147070ba8a28ef8 (patch) | |
tree | 2c4b1d473ba65ded89c5bd8f9fbc57c4f12a9e9a /tests/each2.bth | |
parent | 7d93de8e6d778c0f5e5aa9401f1acd5f7f092800 (diff) |
each returns array of loop values
Diffstat (limited to 'tests/each2.bth')
-rw-r--r-- | tests/each2.bth | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/each2.bth b/tests/each2.bth new file mode 100644 index 0000000..100db39 --- /dev/null +++ b/tests/each2.bth @@ -0,0 +1 @@ +(say (each (a [1 2 3]) (say a) a)) |