| ... | @@ -1762,14 +1762,13 @@ const B = error{Two}; | ... | @@ -1762,14 +1762,13 @@ const B = error{Two}; |
| 1762 | a!b | 1762 | a!b |
| 1763 | x{} x.* x.? | 1763 | x{} x.* x.? |
| 1764 | !x -x -%x ~x &x ?x | 1764 | !x -x -%x ~x &x ?x |
| 1765 | ! * / % ** *% || | 1765 | * / % ** *% || |
| 1766 | + - ++ +% -% | 1766 | + - ++ +% -% |
| 1767 | << >> | 1767 | << >> |
| 1768 | & ^ | | 1768 | & ^ | orelse catch |
| 1769 | == != < > <= >= | 1769 | == != < > <= >= |
| 1770 | and | 1770 | and |
| 1771 | or | 1771 | or |
| 1772 | orelse catch | | |
| 1773 | = *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre> | 1772 | = *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre> |
| 1774 | {#header_close#} | 1773 | {#header_close#} |
| 1775 | {#header_close#} | 1774 | {#header_close#} |