the bits library had a bug where numbers were not being converted correctly... This was VERY BAD!!! Funny thing is that infinabits was correctly coded and worked!
7 lines
177 B
Lua
7 lines
177 B
Lua
package.path="?/init.lua;"..package.path
|
|
require("bin")
|
|
--~ test=bin.load("test.dat")
|
|
--~ print(test:getBlock("n",4))
|
|
--~ print(test:getBlock("n",4))
|
|
--~ tab=test:getBlock("t")
|