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