Syntax Lookup

Enter some language construct you want to know more about.
This is the bitwise OR operator.

||| performs bitwise OR.

Example

ReScriptJS Output
let result = 6 ||| 3

References