philmasterplus
Active member
I. E. when I run foreach over a map with integers as keys, does it loop from the smallest to the biggest key? Similiary, does it run alphabetically over a map with strings as keys? I understand that most languages do not guarantee that foreach is iterated in a correct order, but given how ASH works...but no information in the wiki 
