+sign


Returns the value of the term as it is.

[Function]

Returns the value of the term of an expression without change.

[Application example]

FIVE    .set    +5      ; (1)

(1)

The value "5" of the term is returned without change.
The value "5" is defined in symbol "FIVE" with the .set directive.