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.out | |
parent | 7d93de8e6d778c0f5e5aa9401f1acd5f7f092800 (diff) |
each returns array of loop values
Diffstat (limited to 'tests/each2.out')
-rw-r--r-- | tests/each2.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/each2.out b/tests/each2.out new file mode 100644 index 0000000..7777a40 --- /dev/null +++ b/tests/each2.out @@ -0,0 +1,4 @@ +1 +2 +3 +[1 2 3] |