aboutsummaryrefslogtreecommitdiff
path: root/documentation/order.txt
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/order.txt')
-rw-r--r--documentation/order.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/order.txt b/documentation/order.txt
index ba22100..3c06ce0 100644
--- a/documentation/order.txt
+++ b/documentation/order.txt
@@ -13,6 +13,7 @@
| bitwise or | | | Left |
| comparison | < > <= >= | Left |
| equality | == != | Left |
+| range | .. | Left |
| logical and | && | Left |
| logical or | || | Left |