fix position of orelse and catch in precedence table and remove misplaced error union operator

This commit is contained in:
Matthew Borkowski 2021-05-24 16:58:20 -04:00
parent 8c5d4295e5
commit 46d8e010a0

View File

@ -1762,14 +1762,13 @@ const B = error{Two};
a!b
x{} x.* x.?
!x -x -%x ~x &x ?x
! * / % ** *% ||
* / % ** *% ||
+ - ++ +% -%
<< >>
& ^ |
& ^ | orelse catch
== != < > <= >=
and
or
orelse catch
= *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre>
{#header_close#}
{#header_close#}