The *minus symbol* may be used as a [[unary?]] operator in [[negative?]] number representation:
number = -5 # -5 is negative
The *plus symbol* may be used as a [unary] operator in [[positive?]] number representation. This form is generally not required, because numbers are [[positive?]] by default:
number = +6 # 6 is positive