Contents

" Non-standard unary operators"

This check box controls whether the compiler handles the unary plus and unary minus operators in a non-standard way (i.e. different from the way specified by Standard Pascal). The compiler will allow the unary plus and unary minus operators to appear before any numeric operand, and their precedence is higher than any other operator.

Contents