Lua:bShr
Jump to navigation
Jump to search
bShr(int, int2) : Binary shift right
-- 1 >> 1 print( bShr(1,1) ) -- 0 or print(1 >> 1) 0001 ----- 0000