Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ppl:functions:not [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:not [2024/03/27 14:54] (current) stimpy
Line 1: Line 1:
 ====== NOT(var1:integer) :INTEGER ====== ====== NOT(var1:integer) :INTEGER ======
-Returns the bitwise complement (all bits inverted) of an integer expression  +Returns the bitwise complement (all bits inverted) of an //integer// expression  
  
-**See also:** Or, And, Xor+--- 
 +**See also:** [[ppl:functions:or|Or]][[ppl:functions:and|And]][[ppl:functions:xor|Xor]]