1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-17 18:59:56 +00:00
This commit is contained in:
Calvin Rose 2020-11-27 12:27:44 -06:00
parent a0964d44d5
commit 21a6017547

View File

@ -564,7 +564,7 @@
* :down-to -- same :as down, but the range is inclusive [start, end].
* :keys -- terate over the keys in a data structure.
* :keys -- iterate over the keys in a data structure.
* :pairs -- iterate over the key-value pairs as tuples in a data structure.