Loop over multiple arrays simultaneously: Difference between revisions

m
(Added Quackery.)
Line 3,082:
=={{header|Quackery}}==
 
The code presented here will loop as many times as the number of characters in the first nest (i.e. "abc" in the example). If either of the other two nests are shorter than the first then the the program will report a problem.
 
<lang Quackery> [ rot witheach
1,493

edits