Suppressing printing of an expression

To suppress the printing of the assignment result, specify only the colon as the format specification.

For example, neither of the following expressions will print a value because the first character of the expression is set to :.

[:x_var=<X-COORD>+1]
[:<Y-COORD>*2]