-
The Bit API is for manipulating numbers using bitwise binary operations.
...umber to an array (numerically-indexed table) containing the corresponding binary bit values.
2 KB (275 words) - 01:23, 18 March 2014
-
All bit operations operate in binary numeral system [http://en.wikipedia.org/wiki/Binary_numeral_system]. An exc
1,003 B (128 words) - 01:21, 12 July 2013
-
All bit operations operate in binary numeral system [http://en.wikipedia.org/wiki/Binary_numeral_system]. An inc
1,010 B (136 words) - 01:34, 12 July 2013
-
All bit operations operate in binary numeral system [http://en.wikipedia.org/wiki/Binary_numeral_system]. An AND
998 B (135 words) - 01:36, 12 July 2013
-
All bit operations operate in binary numeral system [http://en.wikipedia.org/wiki/Binary_numeral_system]. A NOT
1 KB (121 words) - 01:51, 12 July 2013
-
...umber to an array (numerically-indexed table) containing the corresponding binary bit values (the inverse of [[bit.tonumb]])
|desc=Convert the number 18 into its binary representation (10010)
763 B (113 words) - 01:52, 12 July 2013
-
...mber}} the number resulting from the conversion of <var>bit_tbl</var> from binary
|desc=Converts an array (numerically-indexed table) containing binary bit values to a number (the inverse of [[bit.tobits]])
619 B (85 words) - 01:53, 12 July 2013
-
...e used in logic statements (as conditionals), and can also be expressed as binary, where <var>true</var> is a value of <var>1</var> and <var>false</var> is a
716 B (113 words) - 14:43, 18 July 2013
-
...inary access instead of the default text access (eg, "wb" opens a file for binary output).
=== Files opened in binary read mode ===
5 KB (807 words) - 21:08, 9 June 2016
-
...es with [[fs.open]](). The two read modes are textual read mode ("r") and binary read mode ("rb"). Most work with reading data from files in ComputerCraft
1,006 B (163 words) - 09:42, 25 March 2014
-
...ould involve using the [[Redstone (API)|redstone API]] to exchange data in binary or analog format with a computer which is on the network, or using a [[Disk
3 KB (462 words) - 07:05, 4 August 2020