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 b40cf1f commit bd59241Copy full SHA for bd59241
1 file changed
Doc/reference/lexical_analysis.rst
@@ -689,7 +689,7 @@ Operators
689
690
The following tokens are operators::
691
692
- + - * ** / // %
+ + - * ** / // % @
693
<< >> & | ^ ~
694
< > <= >= == !=
695
@@ -705,7 +705,7 @@ The following tokens serve as delimiters in the grammar::
705
706
( ) [ ] { }
707
, : . ; @ = ->
708
- += -= *= /= //= %=
+ += -= *= /= //= %= @=
709
&= |= ^= >>= <<= **=
710
711
The period can also occur in floating-point and imaginary literals. A sequence
0 commit comments