Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


9 Lexical structure
9.4 Tokens
9.4.5 Operators and punctuators
Paragraph 11 There are several kinds of operators and punctuators. 2 Operators are used in expressions to describe operations involving one or more operands. [Example: For example, the expression a + b uses the + operator to add the two operands a and b. end example] 3 Punctuators are for grouping and separating. operator-or-punctuator :: one of { } [ ] ( ) . , : ; + - * / % & | ^ ! ~ = < > ? ++ -- && || << >> == != <= >= += -= *= /= %= &= |= ^= <<= >>= -> |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

