Add link to operator table

This commit is contained in:
Denton Liu 2016-07-20 15:35:38 -04:00
parent dfe55a929d
commit 5d09211d50
2 changed files with 5 additions and 0 deletions

View File

@ -151,6 +151,8 @@ Cheatsheet
.. index:: precedence
.. _order:
Order of Precedence of Operators
================================

View File

@ -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