JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

bnot

core-api


    function

    (bnot x)

    Returns the bit-wise inverse of integer x.


1 exampleSign in to add an example
Loading...
(bnot 255)  # => -256
cellularmitosisPlayground