CodeView (cv.hlp) (Table of Contents; 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.
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.
                                    -♦-