Logically combine two Booleans with 'and' operator
function boolAnd input Boolean b1; input Boolean b2; output Boolean b; end boolAnd;