User Tools

Site Tools


en:operators

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:operators [2016/08/09 18:13]
admin
en:operators [2020/02/28 10:46] (current)
Line 4: Line 4:
  
 {{page>arithmeticoperators}} {{page>arithmeticoperators}}
 +
 +{{page>stringoperators}}
  
 {{page>comparisonoperators}} {{page>comparisonoperators}}
Line 13: Line 15:
 {{page>bitwiseoperators}} {{page>bitwiseoperators}}
  
-{{page>stringoperators}} +{{page>orderofoperators}}
- +
-^Order of Operations^^^ +
-^Level^Operators^Category/Description^ +
-|1|( )|Grouping| +
-|2|%%^%%|Exponent| +
-|3|- ~|Unary Minus and Bitwise Negation (NOT)| +
-|4|* / \|Multiplication and Division| +
-|5|%|Integer Remainder (Mod)| +
-|6|+ -|Addition/Concatenation, and Subtraction| +
-|7|& %%|%%|Bitwise And and Bitwise Or| +
-|8|< <= > >= = <>|Comparison (Numeric and String)| +
-|9|NOT|Unary Not| +
-|10|AND|Logical And| +
-|11|OR|Logical Or| +
-|12|XOR|Logical Exclusive Or| +
-\\+
  
-<sup>2</sup> new or changed with version 1.9.9.30\\ +=== Links to Separate Pages ===
-<sup>3</sup> new or changed with version 1.9.9.30+
  
 +  * [[arithmeticoperators|Arithmetic Operators]]
 +  * [[stringoperators|String Operators]]
 +  * [[comparisonoperators|Comparison Operators]]
 +  * [[logicaloperators|Boolean (Logical) Operators]]
 +  * [[variableoperators|Variable Operators]]
 +  * [[bitwiseoperators|Bitwise Operators]]
 +  * [[orderofoperators|Order Of Operations]]
en/operators.1470788003.txt.gz · Last modified: 2020/02/28 10:46 (external edit)