From 5d09211d50c4284d936ef725b7d4dd693aef620a Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Wed, 20 Jul 2016 15:35:38 -0400 Subject: Add link to operator table --- docs/miscellaneous.rst | 2 ++ docs/types.rst | 3 +++ 2 files changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 55582eed..83bbb828 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 50e86ed0..d7681ee5 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 -- cgit v1.2.3