6 lines
114 B
Text
6 lines
114 B
Text
|
|
local(net) = net_tcp
|
||
|
|
#net->connect('127.0.0.1',256)
|
||
|
|
#net->dowithclose => {
|
||
|
|
#net->writestring('Hello World')
|
||
|
|
}
|