The Nest
Explore
Sign in
tolpi
brat
src
common
moonjit
test
lib
string
unpack.lua
0
Code
Changes
Tags
Discussions
main
local
unpack
=
string.unpack
do
--
- smoke
assert
(
unpack
(
'
c3
'
,
'
foobar
'
)
==
'
foo
'
)
end