Jump to content

Sockets: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 991:
close(sock);
end func;</lang>
 
=={{header|SenseTalk}}==
<lang sensetalk>
set SocketID to "localhost:256"
open socket SocketID
write "Hello socket world!" to socket SocketID
close socket SocketID
</lang>
 
=={{header|Sidef}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.