diff options
Diffstat (limited to 'lexilla/test/examples/tcl/x.tcl')
-rw-r--r-- | lexilla/test/examples/tcl/x.tcl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lexilla/test/examples/tcl/x.tcl b/lexilla/test/examples/tcl/x.tcl deleted file mode 100644 index d1260fc82..000000000 --- a/lexilla/test/examples/tcl/x.tcl +++ /dev/null @@ -1,13 +0,0 @@ -# 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") |