Docs
Playground
Blog
Community
Packages
Playground
Blog
Community
Packages
X
Bluesky
GitHub
Forum
Language Manual
API
Syntax Lookup
React
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
ReScript
JS Output
let
isDisabled
=
!
false
References
Control Flow