Differences

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

Link to this comparison view

Next revision
Previous revision
ppl:functions:and [2019/04/16 13:14] – created - external edit 127.0.0.1ppl:functions:and [2024/03/27 13:55] (current) stimpy
Line 1: Line 1:
 ====== AND(var1:integer,var2:integer) :INTEGER ====== ====== AND(var1:integer,var2:integer) :INTEGER ======
 Returns the bitwise and of two integer expressions   Returns the bitwise and of two integer expressions  
-**See also:** Or Xor Not+ 
 +--- 
 +**See also:** [[ppl:functions:or|Or]], [[ppl:functions:xor|Xor]], [[ppl:functions:not|Not]]