Are more than two statements OK?
a = b = c = d = 2 if a == 10 || b == 27 || c = 43 || d = -14 print sum = a + b + c + d end