summaryrefslogtreecommitdiff
path: root/05/constants.b
diff options
context:
space:
mode:
Diffstat (limited to '05/constants.b')
-rw-r--r--05/constants.b3
1 files changed, 1 insertions, 2 deletions
diff --git a/05/constants.b b/05/constants.b
index 1ba49fb..3d0e30a 100644
--- a/05/constants.b
+++ b/05/constants.b
@@ -25,8 +25,7 @@
; b << >>
; c + -
; d * / %
-; d8 cast
-; e sizeof, unary prefixes ++ -- & * + - ~ !
+; e casts, sizeof, unary prefixes ++ -- & * + - ~ !
; f . -> () [] postfix ++ --
; highest
; NB: for equal precedence, operators are applied left-to-right except for assignment operators (precedence 2)