Re: tclsh - try command

2016-03-24 Thread cyg Simple
On 3/24/2016 10:42 AM, Nellis, Kenneth wrote: > From: cyg Simple >> Dear list, >> >> I'm thinking of using TCL for a development program I'm spearheading. >> The documentation for TCL http://www.tcl.tk/man/tcl/TclCmd/try.htm show >> that this is available and I need to use it. But with Cygwin's v

RE: tclsh - try command

2016-03-24 Thread Nellis, Kenneth
From: cyg Simple > Dear list, > > I'm thinking of using TCL for a development program I'm spearheading. > The documentation for TCL http://www.tcl.tk/man/tcl/TclCmd/try.htm show > that this is available and I need to use it. But with Cygwin's version > I get the following. Why isn't it availabl

tclsh - try command

2016-03-24 Thread cyg Simple
Dear list, I'm thinking of using TCL for a development program I'm spearheading. The documentation for TCL http://www.tcl.tk/man/tcl/TclCmd/try.htm show that this is available and I need to use it. But with Cygwin's version I get the following. Why isn't it available? % try { echo "abc" } on e