Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a22200

Browse files
committed
Adjust explanation of operator precedence summary -- exponentiation groups
from right to left! Closes bug #125391.
1 parent 6bcf4c2 commit 2a22200

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/ref/ref5.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,8 @@ \section{Summary\label{summary}}
899899
Operators in the same box have the same precedence. Unless the syntax
900900
is explicitly given, operators are binary. Operators in the same box
901901
group left to right (except for comparisons, which chain from left to
902-
right --- see above).
902+
right --- see above, and exponentiation, which groups from right to
903+
left).
903904

904905
\begin{tableii}{c|l}{textrm}{Operator}{Description}
905906
\lineii{\keyword{lambda}} {Lambda expression}

0 commit comments

Comments
 (0)