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.
List Watch Expressions (Example)
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
          >W
          0) code : I
          1) (float)letters/words : 4.777778
          2) lines==11 : 0
 
          >
 
     The example above diplays three currently set watch statements and
     their values:
 
       1. The variable code
 
       2. The arithmetic expression letters/words
 
       3. The conditional expression lines==11
                                    -♦-