WL (List Watch Expressions)

Syntax

WL

Description

The List Watch Expressions (WL) command lists all currently set watch expressions along with their numbers and values.

Mouse and Keyboard

As an alternative to typing the WL command, you can use the Watch window to view the current watch expressions.

Example

The following example displays watch expressions and their values:

>WL

0) code : 17

1) (float)letters/words : 4.777778

2) lines==11 : 0

>

In the example, three watch expressions are set:

1.The variable code, which is 17.

2.The arithmetic expression letters divided by words as a floating point number, currently 4.777778

3.The conditional expression lines==11, currently false (zero).