diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 55582eedb..83bbb8288 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -151,6 +151,8 @@ Cheatsheet .. index:: precedence +.. _order: + Order of Precedence of Operators ================================ diff --git a/docs/types.rst b/docs/types.rst index 50e86ed06..d7681ee54 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -12,6 +12,9 @@ see :ref:`type-deduction` below) at compile-time. Solidity provides several elementary types which can be combined 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 Value Types