Sockets: Difference between revisions

m
Line 284:
write(tconnect(host, port) | stop("unable to connect to", host, ":", port) , "hello socket world")
end</lang>
Note: Socket support in native Icon is limited and requires the external helper function cfunc.
 
=={{header|IDL}}==
Anonymous user