bitor

SpecialNodes bitor

input ports:
Name Type Description Optional

a

?0

number

no

b

?0

number

no

output ports:
Name Type Description Optional

c

?0

bitwise or of a and b

no

bitor outputs the bitwise or of its inputs.