From 5687beb424663871d3d59c6bd12d71fff79d5200 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Thu, 28 Jul 2016 15:25:58 -0400 Subject: Add unary operations to the table --- docs/miscellaneous.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index e56b1d24..26901946 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -175,6 +175,8 @@ The following is the order of precedence for operators, listed in order of evalu + +-------------------------------------+--------------------------------------------+ | | Unary plus and minus | ``+``, ``-`` | + +-------------------------------------+--------------------------------------------+ +| | Unary operations | ``after``, ``delete`` | ++ +-------------------------------------+--------------------------------------------+ | | Logical NOT | ``!`` | + +-------------------------------------+--------------------------------------------+ | | Bitwise NOT | ``~`` | -- cgit v1.2.3