Commit 4c7221b8 authored by Tobias Schmidt's avatar Tobias Schmidt

Merge pull request #432 from prometheus/unless-prec

Add unless to precedence table
parents 50d4d6fa 9f1d17be
...@@ -211,7 +211,7 @@ highest to lowest. ...@@ -211,7 +211,7 @@ highest to lowest.
1. `*`, `/`, `%` 1. `*`, `/`, `%`
2. `+`, `-` 2. `+`, `-`
3. `==`, `!=`, `<=`, `<`, `>=`, `>` 3. `==`, `!=`, `<=`, `<`, `>=`, `>`
4. `AND` 4. `AND`, `UNLESS`
5. `OR` 5. `OR`
Operators on the same precedence level are left-associative. For example, 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