JanetDocsPlaygroundI'm feeling luckyGitHub sign in

bnot



    function

    (bnot x)

    Returns the bit-wise inverse of integer x.


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