summaryrefslogtreecommitdiff
path: root/LANGUAGE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LANGUAGE.txt')
-rw-r--r--LANGUAGE.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/LANGUAGE.txt b/LANGUAGE.txt
index 3259182..48dcb95 100644
--- a/LANGUAGE.txt
+++ b/LANGUAGE.txt
@@ -16,9 +16,8 @@ The usual infix expression rules apply, with the following precedence table:
& 9 Left
+ - 10 Left
* / // % 11 Left
- (-) ! ~ 12 Prefix (unary)
- (!) 13 Suffix (unary)
- ** 14 Right
+ (-) (!) (~) 12 Prefix (unary)
+ ** 13 Right
break and continue get parsed to calls to the __break() and __continue()