Syntax Lookup

Enter some language construct you want to know more about.

&&&

This is the bitwise AND operator.

&&& performs bitwise AND.

Example

ReScriptJS Output
let result = 6 &&& 3

References