Bitwise OR result in base 10
60 OR 13 = 61
Next stepBitwise OR is commonly used in systems programming to set specific flags without disturbing others - for example, enabling a permission bit in a Unix file mode or combining CSS colour channels.