mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9787 from cakesoft-omkar/develop
Update control-structures.rst
This commit is contained in:
commit
3817515015
@ -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