HP Prime for All

English  Русский 

Syntax

BITOR(int1[, int2..,intn])

Description

Bitwise logical OR. Takes n integers as input and returns their bitwise logical OR.

Example

BITOR(9, 26) returns 27

BITOR — Discussion