fix docs
This commit is contained in:
parent
72394181c7
commit
a5a0a2778a
@ -67,12 +67,5 @@ debug.print(byteutil.tpack('>iBH?', -8, 250, 2019, true))
|
|||||||
local bytes = byteutil.pack('>iBH?', -8, 250, 2019, true)
|
local bytes = byteutil.pack('>iBH?', -8, 250, 2019, true)
|
||||||
debug.print(byteutil.unpack('>iBH?', bytes))
|
debug.print(byteutil.unpack('>iBH?', bytes))
|
||||||
-- выводит:
|
-- выводит:
|
||||||
-- debug.print(
|
-- -8 250 2019 true
|
||||||
-- {
|
|
||||||
-- -8,
|
|
||||||
-- 250,
|
|
||||||
-- 2019,
|
|
||||||
-- true
|
|
||||||
-- }
|
|
||||||
--)
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user