Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcf4c2 commit 2a22200Copy full SHA for 2a22200
1 file changed
Doc/ref/ref5.tex
@@ -899,7 +899,8 @@ \section{Summary\label{summary}}
899
Operators in the same box have the same precedence. Unless the syntax
900
is explicitly given, operators are binary. Operators in the same box
901
group left to right (except for comparisons, which chain from left to
902
-right --- see above).
+right --- see above, and exponentiation, which groups from right to
903
+left).
904
905
\begin{tableii}{c|l}{textrm}{Operator}{Description}
906
\lineii{\keyword{lambda}} {Lambda expression}
0 commit comments