Documentation

bitand

Syntax: %bitand(v1,v2)

returns the bitwise AND of the two numbers.

Examples:

#SHOW %bitand(7,1)


Displays: 1

#SHOW %bitand(4,2)


Displays: 0

Add comment

Login or register to post comments