notepad-plus-plus-legacy/scintilla/test/examples/x.tcl

14 lines
178 B
Tcl
Raw Normal View History

2019-05-04 18:14:48 +00: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")