|
|
When a loop is located inside the body of another loop it is said to be nested within another loop.
a loop which begins and ends inside of another loop
a loop within a loop, an inner loop within the body of an outer one
Any loop which is completely enclosed within another loop.
A loop contained within another loop. The most common in BASIC are nested FOR-NEXT loops.
|