1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Expression
A string of operators, operands and parentheses evaluating to a single value
Operator order 1
(-unary) aka ABS()
Operator order 2
^
Operator order 3
* / %
Operator order 4
+, (-binary)
Operator order 5
=, !=, <, >, <=, >=
Operator order 6
NOT
Operator order 7
AND
Operator order 8
OR