Menu Selection Limits

The runtime system holds only one menu selection in its buffer at any time. Subsequent menu selections overwrite the one being held. For example, if the user clicks Quit from the menu and then clicks Print before the program processes the Quit selection, the program will receive only the Print selection.