/* Test very simple and expression */ /* Test basic and */ result1 : 1 and 1; result2 : 1 and 0; ..out result1; ..out result2;