Sockets: Difference between revisions

11 bytes removed ,  14 years ago
no edit summary
m (Unicon/Icon consistency 2)
No edit summary
Line 308:
=={{header|IDL}}==
 
<tt>
<lang idl>socket, unit, 'localhost',256,/get_lun
printf,unit,"hello socket world"
close, unit</lang>
</tt>
 
"Well-known" port numbers (under 1024 -- such as 256) can also be specified by name (in this case 'RAP').
Anonymous user