Mention associativity of binary operators

This commit is contained in:
Matt Brubeck 2012-01-19 21:37:24 -08:00
parent 3276af7f24
commit 3d9f50a186

View File

@ -1703,6 +1703,8 @@ as
= <- <->
~~~~
Operators at the same precedence level are evaluated left-to-right.
### Unary copy expressions
~~~~~~~~{.ebnf .gram}