Control flow / Conditional statements / if/else statements
Valid example
Valid example
Invalid example
Complex conditions
Ternary operator
"if" with result
Condition with assignment
Checking API availability
Conditional compilation block
if
latitude ==
0
//Error: Expected '(' after 'if'
location =
@"Equator"
;