Unary plus is supported for readability, since is has no effect on the
value of the expression.
Syntax
Notes
Expression
|
Result
|
Positive Value |
Positive Value |
Negative Value |
Negative Value |
Null |
Null |
Example
if value <> +1 then
print value + " is not 1"
end
|