We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fc505 commit 4e733cfCopy full SHA for 4e733cf
examples/each.janet
@@ -4,6 +4,6 @@
4
# prints 12345
5
(each y @[1 2 3 4 5] (prin y)) # -> nil
6
7
-# prints values from table in an unspecified order
+# prints values from struct in an unspecified order
8
# 21 -or- 12
9
(each x {:a 1 :b 2} (prin x)) # -> nil
0 commit comments