CodeView (cv.hlp) (Table of Contents; Topic list)
Pause (Example)
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
          * Press any key to continue
          "
 
     The example above is from a text file redirected to the CodeView
     debugger. A Comment (*) command is used to prompt the user to
     press a key. The Pause (") command is then used to halt execution
     until the user responds.
 
          * Press any key to continue
          >"
 
     The example above shows the output when the text is redirected
     to the debugger. The next CodeView prompt does not appear until
     the user presses a key.
                                    -♦-