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?
<code interpreter="tclsh"> % try { echo "abc" } on error { puts "error" } </code> <result> invalid command name "try" </result> -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple