--- layout: stdlib-reference --- # ILogical\.bitOr ## Description Performs a bitwise OR operation on this value with another value of the same type. ## Signature
ILogical.This ILogical.bitOr(ILogical.This other);

## Parameters #### other : [ILogical](index.html)\.This