suve

awful: function: bwnot

Declaration

mixed :bwnot ( mixed $VALUE )
mixed :b! ( mixed $VALUE )

Summary

Returns a bitwise negation of provided value.

Example

# :bwnot example.
:writeln :bwnot i+255
:writeln :bwnot i-256

wikipage modified on 2014/0601/2316