aboutsummaryrefslogtreecommitdiffstats
path: root/docs/miscellaneous.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-07-27 01:54:17 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-07-27 01:54:17 +0800
commit1ec74f8cc4b952331b3003e2326eb90aa7fc2e55 (patch)
treebf1cac3ff0ec961c532ab142785daa2c166a60c9 /docs/miscellaneous.rst
parent5d09211d50c4284d936ef725b7d4dd693aef620a (diff)
downloaddexon-solidity-1ec74f8cc4b952331b3003e2326eb90aa7fc2e55.tar
dexon-solidity-1ec74f8cc4b952331b3003e2326eb90aa7fc2e55.tar.gz
dexon-solidity-1ec74f8cc4b952331b3003e2326eb90aa7fc2e55.tar.bz2
dexon-solidity-1ec74f8cc4b952331b3003e2326eb90aa7fc2e55.tar.lz
dexon-solidity-1ec74f8cc4b952331b3003e2326eb90aa7fc2e55.tar.xz
dexon-solidity-1ec74f8cc4b952331b3003e2326eb90aa7fc2e55.tar.zst
dexon-solidity-1ec74f8cc4b952331b3003e2326eb90aa7fc2e55.zip
Remove comma operator
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r--docs/miscellaneous.rst3
1 files changed, 0 insertions, 3 deletions
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.
-