Precedence is also known as priority. In the case of an expression with
ambiguous ordering, operator priority is used to specify which operator
applies first. For example, in x+y*z
, y*z
is evaluated
first, then the product is added to x
. Please see the last
section of this module for an external reference on this topic.
Copyright © 2006-09-25 by Tak Auyeung