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 251ebe7 commit b8ac009Copy full SHA for b8ac009
1 file changed
Doc/ref/ref5.tex
@@ -939,11 +939,11 @@ \section{Summary\label{summary}}
939
\hline
940
\lineii{\code{*}, \code{/}, \code{\%}}
941
{Multiplication, division, remainder}
942
- \hline
943
- \lineii{\code{**}} {Exponentiation}
944
945
\lineii{\code{+\var{x}}, \code{-\var{x}}} {Positive, negative}
946
\lineii{\code{\~\var{x}}} {Bitwise not}
+ \hline
+ \lineii{\code{**}} {Exponentiation}
947
948
\lineii{\code{\var{x}.\var{attribute}}} {Attribute reference}
949
\lineii{\code{\var{x}[\var{index}]}} {Subscription}
0 commit comments