Changes

Jump to navigation Jump to search
Line 471: Line 471:  
The second parameter indicates operator precedence. Examples used for current operators are given below. Pick the right precedence for the operator to work correctly, by following the examples of other operators given here:  
 
The second parameter indicates operator precedence. Examples used for current operators are given below. Pick the right precedence for the operator to work correctly, by following the examples of other operators given here:  
 
<pre>
 
<pre>
')': 0, ';': 0, ',': 0, '=': 0,']': 0,'||': 1,'&&': 2,'': 2,'': 1,'&': 5,'==': 6,'!=': 6,'===': 6,'!==': 6,<': 7,'>': 7,'<=': 7,'>=': 7,'<<': 8,'>>': 8,'>>>': 8,'+': 9,'-': 9,'*': 11,'/': 11,'%': 11,'|||': 3, '^^^': 4, '&&&': 5, '?=': 1, '.*': 1, '@>': 1, '@<': 1, '<==': 1,'==>': 1, '<<<': 1, '<<<<': 1,'>>>>': 1, '<==>': 6,<!=>': 6,'<===>': 6,'<!==>': 6,'<<>': 7,'<>>': 7,'<<=>': 7, '<>=>': 7, '⋰': 7,↑': 7,'⋱': 7,'↓': 7, '@' : 7, '@@': 7, '***': 7, '#': 7, '_to_': 8,'..': 8,'_gto_': 8,'...': 8,'<+>': 9,'<->': 9,'~': 11,'': 13, '<*>': 11, '</>': 11, '<%>': 11, '⌈': 11, '⌉': 11, '⌊': 11, '⌋': 11, '≈': 11, '⩨': 11, '⍌': 11, '⦚': 11, '<>': 11, '<.>': 11, '%%' : 11, 'ⅈ':  11, '+ⅈ':  11, '-ⅈ': 11, '±': 12, '√': 12, '∛': 12, '∜': 12, '<^>': 12, '^': 12, "": 1, "": 1, "": 1, "": 1, '!C!': 1, '!P!':1, '∫': 1,'∬': 1,'∭': 1,'∮': 1,'∯': 1,'∰': 1,'∱': 1,'∲': 1,'∳': 1, 'Σ': 1,'∑': 1,'∏': 1
+
 
 +
0 : (5) [')', ';', ',', '=', ']']
 +
1 : (42) ['||', '', '?=', '.*', '@>', '@<', '<==', '==>', '<<<', '<<<<', '>>>>', '⇤', '⇥', '≡', '⋮', '▣', '▦', '⚯', '⧺', '⎙', '⎀', '⁰', '¹', '²', '³', '⁴', '⁵', '⁶', '⁷', '⁸', '⁹', '⑂', '≡⧺', '⋮⧺', '', '', '', '', '', '', '', '']
 +
2 : (2) ['&&', '']
 +
3 : ['|||']
 +
4 : ['^^^']
 +
5 : (2) ['&', '&&&']
 +
6 : (13) ['==', '!=', '===', '!==', '<==>', '<!=>', '<===>', '<!==>', '=', '≠', '⎶', '', '']
 +
7 : (18) ['<', '>', '<=', '>=', '<<>', '<>>', '<<=>', '<>=>', '↑', '↓', '@', '@@', '***', '#', '≤', '≥', '>', '<']
 +
8 : (3) ['<<', '>>', '>>>']
 +
9 : (7) ['+', '-', '<+>', '<->', '±', '➕', '➖']
 +
11 : (25) ['*', '/', '%', '~', '<*>', '</>', '<%>', '⌈', '⌉', '⌊', '⌋', '≈', '⩨', '⍌', '⦚', '<>', '<.>', '%%', 'ⅈ', '+ⅈ', '-ⅈ', '✖', '➗', '﹪', '⊕']
 +
12 : (41) ['⋰', '⋱', '_to_', '..', '_gto_', '...', '√', '∛', '∜', '<^>', '^', '', '', '', '', '!C!', '!P!', '∫', '∬', '∭', '∮', '∯', '∰', '∱', '∲', '∳', 'Σ', '∑', '∏', '↧', '↥', '⇅', '⧻', '⨱', '⨸', '⊛', '⨭', '⨮', '⨴', '⨵', '∆']
 +
13 : ['⚖']
 +
 
 
</pre>
 
</pre>
  
2,824

edits

Navigation menu