qp.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.
Step Over Command
 
  Use the Step Over command to single-step through your
  code without entering each function or procedure. The
  shortcut key is F10.
 
  Step Over is useful when you know that a routine works
  correctly. As you step through the code, you can press
  F10 to step from the routine call to the next line after
  the routine, treating the procedure or function as a
  single statement.