Merge pull request #7826 from ethereum/develop

Merge develop into develop_060
This commit is contained in:
chriseth
2019-11-28 13:37:19 +01:00
committed by GitHub
28 changed files with 440 additions and 22 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ The evaluation order of expressions is not specified (more formally, the order
in which the children of one node in the expression tree are evaluated is not
specified, but they are of course evaluated before the node itself). It is only
guaranteed that statements are executed in order and short-circuiting for
boolean expressions is done. See :ref:`order` for more information.
boolean expressions is done.
.. index:: ! assignment