aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authornic-gaffney <gaffney_nic@protonmail.com>2023-04-13 23:16:00 -0500
committernic-gaffney <gaffney_nic@protonmail.com>2023-04-13 23:16:00 -0500
commit8d548081d53781bd918dccf0714200f0fc995d8b (patch)
tree1f4293fa5f0e21147ce8e6e6587f50e01abf7cf3 /documentation
parent93b2afeda3a0f413ec7df2b411a53973f2d7a8a6 (diff)
downloadsloth-8d548081d53781bd918dccf0714200f0fc995d8b.tar.gz
For loops and lists
Diffstat (limited to 'documentation')
-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 |