1 2 3 4 5 6 7 8
# tcl tests #simple example proc Echo_Server {port} { set s [socket -server EchoAccept $port] vwait forever }