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