Skip to content

Unary plus

Description

Clicking this option inserts the “+” operator in the formula at the current cursor position. The operator does not force a sign conversion by itself; it is more a documentation item.

Sample

If you find:

Let iNum = +10

more clear than:

Let iNum = 10

... you can use the unary plus operator.