Error 3. Type mismatch, Unary minus operator requires number or array

Occurs when trying to apply unary minus operator to strings.


text2 = -
"test"; // can not use unary minus (negation) to texts