In programming, the positioning of a loop within a loop. The number of loops that can be nested may be limited by the programming language. See loop. THIS DEFINITION IS FOR PERSONAL USE ONLY. All ...
Different types of construct can be nested within another. For example, selection can be nested within a condition-controlled loop. SEND ‘How old are you?‘ TO DISPLAY RECEIVE age FROM (INTEGER) ...