From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,UNCLOSED_BRACKET autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,86b57370403509bc X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!195.96.0.7.MISMATCH!newsfeed.utanet.at!newsfeed01.chello.at!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Tue, 18 May 2010 14:10:15 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Disabling string evaluation in a logging system References: <15grablk8asle$.z2pjxbkmcyhz.dlg@40tude.net> <6b7b4465-3e08-4690-8318-10f58329ccfc@e21g2000vbl.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4bf283a8$0$6973$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 18 May 2010 14:10:16 CEST NNTP-Posting-Host: 37be9290.newsspool4.arcor-online.net X-Trace: DXC=@T_>WSF2IW9Tia]Ho99G504IUK:Lh>_cHTX3j=R8[A]QoQA[4 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:11718 Date: 2010-05-18T14:10:16+02:00 List-Id: On 18.05.10 12:26, Dmitry A. Kazakov wrote: > BTW, it could be a statement, e.g. conditional call: > > when ; Wouldn't conditional expression work this way? Proc ((if Condition then This else That));