From 1ec74f8cc4b952331b3003e2326eb90aa7fc2e55 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Tue, 26 Jul 2016 13:54:17 -0400 Subject: Remove comma operator --- docs/miscellaneous.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs') diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 83bbb828..46867ab5 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -206,8 +206,6 @@ The following is the order of precedence for operators, listed in order of evalu | *15* | Assignment operators | ``=``, ``|=``, ``^=``, ``&=``, ``<<=``, | | | | ``/=``, ``%=`` | +------------+-------------------------------------+--------------------------------------------+ -| *16* | Comma operator | ``,`` | -+------------+-------------------------------------+--------------------------------------------+ .. index:: block, coinbase, difficulty, number, block;number, timestamp, block;timestamp, msg, data, gas, sender, value, now, gas price, origin, sha3, ripemd160, sha256, ecrecover, addmod, mulmod, cryptography, this, super, selfdestruct, balance, send @@ -265,4 +263,3 @@ Modifiers - ``constant`` for functions: Disallows modification of state - this is not enforced yet. - ``anonymous`` for events: Does not store event signature as topic. - ``indexed`` for event parameters: Stores the parameter as topic. - -- cgit v1.2.3