mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add link to operator table
This commit is contained in:
parent
dfe55a929d
commit
5d09211d50
@ -151,6 +151,8 @@ Cheatsheet
|
|||||||
|
|
||||||
.. index:: precedence
|
.. index:: precedence
|
||||||
|
|
||||||
|
.. _order:
|
||||||
|
|
||||||
Order of Precedence of Operators
|
Order of Precedence of Operators
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
@ -12,6 +12,9 @@ see :ref:`type-deduction` below) at
|
|||||||
compile-time. Solidity provides several elementary types which can be combined
|
compile-time. Solidity provides several elementary types which can be combined
|
||||||
to form complex types.
|
to form complex types.
|
||||||
|
|
||||||
|
In addition, types can interact with each other in expressions containing
|
||||||
|
operators. For a quick reference of the various operators, see :ref:`order`.
|
||||||
|
|
||||||
.. index:: ! value type, ! type;value
|
.. index:: ! value type, ! type;value
|
||||||
|
|
||||||
Value Types
|
Value Types
|
||||||
|
Loading…
Reference in New Issue
Block a user