/* Test and operator with negative numbers */ /* Test the problematic expression */ result1 : (-5 >= 0) and (-5 <= 120); ..out result1;