Constant expressions may be used anywhere an IMMEDIATE value is expected. They may contain the binary operators for addition ("+"), subtraction ("-"), multiplication ("*"), and division ("/"). Also, the unary operator "-" is allowed. Round brackets may be used to force an evaluation order other than the normal one. The syntax of numbers is the same as in ANSI-C.