JanetDocs
Playground
I'm feeling lucky
GitHub sign in
bnot
function (bnot x) Returns the bit-wise inverse of integer x.
1 example
Sign in to add an example
Loading...
(bnot 255) # => -256
cellularmitosis
Playground