$WBBOR - binary OR

Availability
$WBBOR is available for use with all WBSP commands.

Syntax
$WBBOR{num1|num2}
$WBBOR[num1|num2]

Parameters
num1, num2  - any two numbers in range +/-79,228,162,514,264,337,593,543,950,335
 

Returns
A result of bitwise comparison num1 OR num2.

Example

<html>
    <body>
    2 or 6 = $WBBOR[2|6]
    </body>
</html>
 

Result:

2 or 6 = 6