Skip to content

Commit

Permalink
Fix precedence table in reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ubsan committed Aug 4, 2016
1 parent e804a3c commit 76babf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/reference.md
Expand Up @@ -3049,7 +3049,8 @@ as
== != < > <= >=
&&
||
= ..
.. ...
=
```

Operators at the same precedence level are evaluated left-to-right. [Unary
Expand Down

0 comments on commit 76babf9

Please sign in to comment.