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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham 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!feeder.news-service.com!kanaga.switch.ch!switch.ch!news.belwue.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Tue, 18 May 2010 14:15:09 +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> <4bf283a8$0$6973$9b4e6d93@newsspool4.arcor-online.net> In-Reply-To: <4bf283a8$0$6973$9b4e6d93@newsspool4.arcor-online.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4bf284cd$0$6978$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 18 May 2010 14:15:10 CEST NNTP-Posting-Host: 37be9290.newsspool4.arcor-online.net X-Trace: DXC=J9nk]cXUG2]HigV@eW57PQ4IUKJX:g[>0Xnc\616M64>ZLh>_cHTX3j]73XiEDh=T5R X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:11719 Date: 2010-05-18T14:15:10+02:00 List-Id: On 18.05.10 14:10, Georg Bauhaus wrote: > 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)); (except they don't make the call conditional, yes.)