On 12/23/20 8:14 AM, frame wrote: > That implementation > can become very handy for some situations but for this simple case > > foreach (arr; [a, b]) { .. } > > would also work.
Absolutely. > The difference is that the foreach loop is happen at > runtime and will not compiled as multiple lines.AliasSeq also allowed me to print the names of the local array variables 'a' and 'b'.
Ali