Index

Symbols and numbers

/* and */ characters, 118

// characters, 117

& (ampersand), 114115

&& (AND) logical operator, 114115, 276

<> (angle brackets), 320

{} (curly brackets), 49, 5859, 111, 215, 324

/ (division operator), 8485

“ “ (double quotation marks), 48, 74, 324

= (equal), 73, 311312

== (equal to), 107108

\ (escape character), 228, 324

^ (exclusive OR) operator, 114

> (greater than operator), 104, 107

>= (greater than or equal to operator), 107

< (less than operator), 104, 106107

<= (less than or equal to operator), 107

– (minus and unary minus sign), 84

* (multiplication operator), 84

! (not), 103104, 131

!= (not equal to), 107108

| (OR) operator, 114

() (parentheses), 4849, 84, 98, 215

+ (plus sign), 7778, 84, 88, 183

Get Begin to Code with C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.