Syntax Lookup

Enter some language construct you want to know more about.
This is the boolean NOT operator.

The ! operator flips a boolean value.

Example

ReScriptJS Output
let isDisabled = !false

References