Difference between revisions of "Lua:bOr"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "<h2>bOr(int1, int2) : Binary Or</h2> <pre> print( bOr(1,2) ) -- 3 </pre>")
(No difference)

Revision as of 02:19, 17 February 2021

bOr(int1, int2) : Binary Or

print( bOr(1,2) ) -- 3