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) ...
Sometimes a programmer needs to store a lot of related data. For example, a game might record the scores achieved by players. And so on, up to score10. While possible, this is not a practical method ...