Files

14 lines
178 B
Tcl
Raw Permalink Normal View History

2024-07-02 23:47:26 +08:00
# tcl tests
#simple example
proc Echo_Server {port} {
set s [socket -server EchoAccept $port]
vwait forever;
}
# Bug #1947
$s($i,"n")
set n $showArray($i,"neighbor")