have more than two statements separated by &&
a = 1 b = 2 c = 3 d = 4 if a == 10 && b == 27 && c == 43 && d == -14 print sum = a + b + c + d end