Bit (API)

From ComputerCraft Wiki
Revision as of 05:26, 31 January 2012 by Kaleb702 (Talk | contribs)

Jump to: navigation, search

The Bit API is for manipulating bits of variables.

A list of functions:

Method name Description
bit.tobits(n) <no description given>
bit.blshift(n, bits) <no description given>
bit.brshift(n, bits) <no description given>
bit.bxor(m, n) <no description given>
bit.bor(m, n) <no description given>
bit.band(m, n) <no description given>
bit.bnot(n) <no description given>
bit.tonumb(bit_tbl) <no description given>