| ... | ... | @@ -1758,18 +1758,17 @@ const B = error{Two}; |
| 1758 | 1758 | </div> |
| 1759 | 1759 | {#header_close#} |
| 1760 | 1760 | {#header_open|Precedence#} |
| 1761 | | <pre>{#syntax#}x() x[] x.y |
| 1761 | <pre>{#syntax#}x() x[] x.y x.* x.? |
| 1762 | 1762 | a!b |
| 1763 | | x{} x.* x.? |
| 1763 | x{} |
| 1764 | 1764 | !x -x -%x ~x &x ?x |
| 1765 | | ! * / % ** *% || |
| 1765 | * / % ** *% || |
| 1766 | 1766 | + - ++ +% -% |
| 1767 | 1767 | << >> |
| 1768 | | & ^ | |
| 1768 | & ^ | orelse catch |
| 1769 | 1769 | == != < > <= >= |
| 1770 | 1770 | and |
| 1771 | 1771 | or |
| 1772 | | orelse catch |
| 1773 | 1772 | = *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre> |
| 1774 | 1773 | {#header_close#} |
| 1775 | 1774 | {#header_close#} |