foreach. Going through hash keys

^hash.foreach[key;value]{body}
^hash.foreach[key;value]{body}[delimiter]
^hash.foreach[key;value]{body}{delimiter}


The method goes through all keys and relevant values of
hashfile (order is not defined). Method is analogous to foreach of hash class.

You can force finish the loop using
break operator or finish current step and go to next one using continue operator. [3.2.2]



Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 06.06.2007