The addition operators + and - are predefined in their known meaning for every numerical type.
The concatenation operator & is predefined for any one-dimensional array type.
The prefixes + and - are predefined for any numerical type.
According to the priority rules for expressions a prefix operand must not follow multiplication
operators, the exponentiation operator ** or the operators ABS and NOT .
The following expressions are syntactically wrong: