Bitwise or (like C, i1 | i2).
function intBitOr input Integer i1; input Integer i2; output Integer o; end intBitOr;