Bit.bor

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise or of its argument. <source lang="lua"> (number), = bit.bor(x1x2,) </source> '''x...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2013.09

Description

Returns the bitwise or of its argument.

(number), = bit.bor(x1x2,)

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