Conjunction
Also known as the \and operator", conjunction in RobotC is represented by '&&'. TwoBoolean values are combined syntactically as
p && q;
and the result is a new Boolean value. The result depends on the values of p and q and
follows the rules outlined.
No comments:
Post a Comment