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