mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update control-structures.rst
This commit is contained in:
parent
31b5102aa0
commit
55a7173e27
@ -19,7 +19,7 @@ Solidity also supports exception handling in the form of ``try``/``catch``-state
|
|||||||
but only for :ref:`external function calls <external-function-calls>` and
|
but only for :ref:`external function calls <external-function-calls>` and
|
||||||
contract creation calls.
|
contract creation calls.
|
||||||
|
|
||||||
Parentheses can *not* be omitted for conditionals, but curly brances can be omitted
|
Parentheses can *not* be omitted for conditionals, but curly braces can be omitted
|
||||||
around single-statement bodies.
|
around single-statement bodies.
|
||||||
|
|
||||||
Note that there is no type conversion from non-boolean to boolean types as
|
Note that there is no type conversion from non-boolean to boolean types as
|
||||||
|
Loading…
Reference in New Issue
Block a user