Bit (API)

From ComputerCraft Wiki
Revision as of 21:24, 26 February 2012 by Immibis (Talk | contribs) (added function links)

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>