Map
Index
Random
Help
Topics
th

Topic: multiple for loop

topics > computer science > programming > program control > Group: repetitive control



Topic:
for loop
Topic:
co-sequence operations

Summary

For loop statements generally allow just one iteration variable, but several iterators may be needed. For instance a loop may process element pairs from separate data structures. Allowing multiple iterators is a form of co-sequencing. (cbb 5/80)
Quotations
Quote: Tranquil allows compound for loops; evaluated in series or by cross product, range lists can cycle [»abelNE_1969, OK]
Quote: Madcap allows compound ranges in for loops; evaluated in parallel, in series, or nested
[»morrJH8_1972, OK]

Related Topics up

Topic: for loop (18 items)
Topic: co-sequence operations
(8 items)

Updated barberCB 8/04
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.