■ Controls application execution in the programming
environment:
┌──────────────────────┐ • Clears memory and starts execution
│ Start Shift+F5 │ • Restarts or continues execution
│ Restart │ • Transfers information from MS-DOS
│ Continue F5 │ command line
│ Modify COMMAND$... │ • Creates executable (.EXE) file
├──────────────────────┤ • Combines modules into Quick (.QLB)
│ Make EXE File... │ library
│ Make Library... │ • Defines main module of multiple-
├──────────────────────┤ module project
│ Set Start-up File... │
└──────────────────────┘
■ Tip: Use the Debug menu first to set up useful conditions
such as watches, then use the Run menu.