bin/test.lua
Ryan Ward 1b0fe31002 minor change
This change allows for databuffers to treat numbers like strings and a number that would contain more that 1 byte would be wxpanded to fit into the next. The max length is 4 bytes
2019-03-22 21:18:59 -04:00

6 lines
87 B
Lua

local bin = require("bin")
local bits = bin.bits
test = bin.newDataBuffer(16)
print()