Documentation

bitor

Syntax: %bitor(v1,v2)

returns the bitwise OR of the two numbers.

Example:

#SHOW %bitor(1,2)


Displays: 3

Add comment

Login or register to post comments