5 lines
78 B
Text
5 lines
78 B
Text
|
|
decl port p
|
||
|
|
p.connect "localhost" 256
|
||
|
|
out "hello socket world" endl p
|
||
|
|
p.close
|