C# Operators & Expressions
Operators are like special functions that do things.
Syntax is the rules about the way code is written.
Expressions evaluate to something, e.g. 1 == 2
is false
Using an pure expression to detect if the user typed 1.
C# Expressions
C# Operators