This website requires JavaScript.
Explore
Help
Sign In
dany
/
luasocket
Watch
1
Star
0
Fork
0
You've already forked luasocket
mirror of
https://github.com/lunarmodules/luasocket.git
synced
2024-11-08 22:38:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
49445951a8
luasocket
/
test
/
dicttest.lua
4 lines
101 B
Lua
Raw
Normal View
History
Unescape
Escape
Fine tunned modules scheme. Adjusted client modules. Fixed proxy bug in http.
2004-10-11 08:18:57 +02:00
local
dict
=
require
"
socket.dict
"
Almost ready for beta3
2004-11-27 08:58:04 +01:00
for
i
,
v
in
dict.get
(
"
dict://dell-diego/d:banana
"
)
do
print
(
v
)
end
Reference in New Issue
Copy Permalink