From 8d548081d53781bd918dccf0714200f0fc995d8b Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Thu, 13 Apr 2023 23:16:00 -0500 Subject: For loops and lists --- documentation/order.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation') 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 | -- cgit v1.2.3