Bit.bor

From GiderosMobile
This page contains changes which are not marked for translation.


Available since: Gideros 2013.09
Class: bit

Description

Returns the bitwise or of its argument.

(number) = bit.bor(x1,x2)

Parameters

x1: (number) first number for or operation
x2: (number) second and more numbers can be provided for or operation optional

Return values

Returns (number) bitwise or