Your line 27 is faulty. Looks like you want to check if one of two things are true. See:
https://msdn.microsoft.com/en-us/library/5011f09h.aspx
to learn more about `if` statements. Search for "short-circuit" on that page to get your answer.
↧