signedcompare

Name

signedcompare --  controls the arithmetic used when evaluating expressions for contional operators

Syntax

classdefaultfunctionsyntaxminimal syntax
general enable

/signedcompare

/sig

*disable

/nosignedcompare

/nosig

Description

NOSIGNEDCOMPARE causes all expressions containing conditional operators (i.e., GT, GE, LT, or LE) to be evaluated using unsigned arithmetic. SIGNEDCOMPARE evaluates these expressions using signed arithmetic.