if ( (a = b) and (c = d) and (e = f) ) // condition 1 or (g = h) // condition 2 { do something; // get's executed if condition 1 is true or condition 2 is true }