Operators and Delimiters 操作符和分隔符
The following character sequences represent operators, delimiters, and other special tokens:
下面的字符序列代表操作符、分隔符、和其他的特殊token
+ & += &= && == != ( )
- | -= |= || < <= [ ]
* ^ *= ^= <- > >= { }
/ << /= <<= ++ = := , ;
% >> %= >>= -- ! ... . :
&^ &^=