Files
sics/tdir.tcl
2000-02-07 10:38:55 +00:00

6 lines
111 B
Tcl

for {set i 0} { $i < 3000} {incr i} {
ClientPut "Hello you"
}
ClientPut "I'am finished"
ClientPut [sicstime]