Multiple foreach loop variables

This is one of my favorite features. The foreach command supports multiple loop variables and multiple value lists. This means you can assign values to multiple variables during each loop iteration. The values can come from the same list, or from lists that are processed in parallel. This is described on page 75. For example, you can iterate through the contents of an array with:

foreach {name value}[array get arrName] {
    # arrName($name) is $value
}

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.208.183