AND is a logical gate that operates over two values, placing a 1-bit over all positions where both values have a 1-bit. AND should only be used in conditionals when working with BUTTON input. For conventional conditional statements you should use the && operator. This one evaluates as true as long as the two expressions it joins also evaluate as true.