RosettaCodeData/Task/Sockets/Tcl/sockets.tcl

4 lines
81 B
Tcl

set io [socket localhost 256]
puts -nonewline $io "hello socket world"
close $io