X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=yzE OWFRs61qtZNdmxR56I1Hvu3OF6rrX6xXsnuvyZGMUfcYsXG7+esftDWvArd8CYBx ST+Vi/7CPDH5yt2mtsjuMeIdH/RyAuTIsoNsOIJwQklwU0T8hk80pEa8lOcgkj09 8SgSUhVuv6ThqrS6wDQkCZifqsP/adWRm3ZP5idY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=bK36xA4WO QYn8NJrBLv1ClpmHMA=; b=Kd7bd3SJVnB6epyq5ps4rHMqAI1De9EweCr9JOt2Q AC99HfPfm8K/wNE1qWX3tmhrFK6DfwzEYw6D+Qrz9r4THXS6FaxvOv6M2GI6nlPc DBVP36M8GYemTwQVhEa9lvznabC9EqQg6+CZ6nms732Ry8CxaZuqiHcN8y8aHChA yM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_TK,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=TCL, UD:tk, cyg, dear X-HELO: mail-io0-f177.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=i/aeeA4VM2WO6a3LQ6WG1F09kXORSSD3FJk8MIOYFvQ=; b=GyZSUQo7F+GW5OHBxiUgXKPY8fsaQaZD/dmMmCUu58EBFN3rF/0OmRCdQ4J1wyqaSZ mHGBwgq1Krk11gfFFKiYbbIsTaM29cFwr8KM1WX2O0wWCHvxWGtVKdXaGM8c+GncIFLd CAJcX2Kr8om7tlwxZGQY9qx0PAeGJ0cPCyX+7J6toc16rCboFpcK6gU18pYYvzCYLF5i z7Z70rtvYbKru4djgc6XzFTgU71c45dWveU7SdzMJpK8IV6pLi//TuC9csag1/C+/ZqN yBlktNCh+qcnKjYix04HShyQ9+nehHp3YXnbzqgvTfuAPQG10YEVzpx4rlbCUtbLhVSP Admw== X-Gm-Message-State: AD7BkJKsNJbSYhCk7ibm0FnYv02+Wd+Grnzey50hs2WvUXsZnFRbP99R2bwLMxs4N4buuA== X-Received: by 10.107.3.34 with SMTP id 34mr9985230iod.159.1458829186553; Thu, 24 Mar 2016 07:19:46 -0700 (PDT) To: cygwin AT cygwin DOT com From: cyg Simple Subject: tclsh - try command Message-ID: <56F3F797.3070308@gmail.com> Date: Thu, 24 Mar 2016 10:20:07 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 error { puts "error" } invalid command name "try" -- 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