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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b076e6315fd62dc5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.125.201 with SMTP id ms9mr6402020pbb.3.1336650409143; Thu, 10 May 2012 04:46:49 -0700 (PDT) Path: pr3ni9773pbb.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: fyi, very interesting Ada paper OOP vs. Readability Date: Thu, 10 May 2012 13:46:05 +0200 Organization: cbb software GmbH Message-ID: <1fcezxog7qwud.tc9mrhco9t1c$.dlg@40tude.net> References: Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2012-05-10T13:46:05+02:00 List-Id: On Wed, 9 May 2012 21:33:18 -0500, Randy Brukardt wrote: > if Ada.Strings.Unbounded."="(My_String, > Ada.Strings.Unbounded.To_Unbounded_String ("open") then ... if Standard.Boolean'(Ada.Strings.Unbounded."="(Left => My_String, Right => Ada.Strings.Unbounded.To_Unbounded_String (Standard.String'("open")) then -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de