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
right shift
operator.
>>
shifts the bits of an integer to the right.
Example
ReScript
JS Output
let
result
=
8
>>
1
References
Primitive Types