Syntax Lookup

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

^^^ performs bitwise XOR.

Example

ReScriptJS Output
let result = 6 ^^^ 3

References