Table of Contents

Expression

Definitions

expression

Each expression is equal to an equation which forms a rule for the calculation of a value.

relation

shift_expression [ relational_operator shift_expression ]

shift_expression

simple_expression [ shift_operator simple_expression ]

simple_expression

[ sign ] term { adding_operator term }

term

factor { multiplying_operator factor }

factor

primary [ ** primary ]
abs primary
not primary

primary