qcenv.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Go Command
Shortcut key: F5
 
The Go command starts or continues execution. If the
program has changed since you last ran it, QuickC asks
whether to rebuild.
 
Execution proceeds from the current statement until
 
  ■ A breakpoint is reached
 
  ■ A watchpoint expression becomes true
 
  ■ The end of the program is reached
 
  ■ Execution is interrupted with CTRL+C or CTRL+BREAK