Sockets: Difference between revisions

no edit summary
No edit summary
Line 624:
sid:sendto( "hello socket world", host, port )
sid:close()</lang>
 
=={{omit fromheader|Mathematica}}==
<lang mathematica>socket = SocketConnect["localhost:256", "TCP"];
WriteString[socket, "hello socket world"];
Close[socket];</lang>
 
=={{header|Myrddin}}==
Line 1,749 ⟶ 1,754:
{{omit from|Lotus 123 Macro Scripting}}
{{omit from|Locomotive Basic|Does not have network access.}}
{{omit from|Mathematica}}
{{omit from|Maxima}}
{{omit from|ML/I}}
Anonymous user