Commit 9f1d17be authored by Brian Brazil's avatar Brian Brazil

Add unless to precedence table

parent 50d4d6fa
......@@ -211,7 +211,7 @@ highest to lowest.
1. `*`, `/`, `%`
2. `+`, `-`
3. `==`, `!=`, `<=`, `<`, `>=`, `>`
4. `AND`
4. `AND`, `UNLESS`
5. `OR`
Operators on the same precedence level are left-associative. For example,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment