diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -96,7 +96,9 @@ Changes from 3.1.8 to 4.0.0 - Probably others that I've forgotten 29. If PROCINFO["sorted_in"] exists, for(iggy in foo) loops sort the - indices before looping over them. + indices before looping over them. The value of this element + provides control over how the indices are sorted before the loop + traversal starts. 30. A new isarray() function exists to distinguish if an item is an array or not, to make it possible to traverse multidimensional arrays. |