Bit.bor

From GiderosMobile
Revision as of 15:26, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")


Available since: Gideros 2013.09
Class: bit

Description

Returns the bitwise or of its argument. <syntaxhighlight lang="lua"> (number) = bit.bor(x1,x2) </source>

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