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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d2f0af5e440b367f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-26 01:27:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!nntp.theplanet.net!inewsm1.nntp.theplanet.net!zen.net.uk!fu-berlin.de!uni-berlin.de!213.200.246.247!not-for-mail From: Vinzent Hoefler Newsgroups: comp.lang.ada Subject: Re: proposal for new assignment operators Date: Thu, 26 Jun 2003 10:25:35 +0200 Organization: JeLlyFish software Message-ID: References: Reply-To: v.hoefler@acm.org NNTP-Posting-Host: 213.200.246.247 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: fu-berlin.de 1056616035 29130599 213.200.246.247 (16 [175126]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:39767 Date: 2003-06-26T10:25:35+02:00 List-Id: Preben Randhol wrote: >Georg Bauhaus wrote: >> But we are close to that already, here is an excerpt from a working = program: >>=20 >> case a*(%$%) is >> when o.O =3D> A :=3D+ ('o'); > ^^^ >Which language is this? :-) Ada, badly formatted. Intentionally, I'd guess. |A :=3D +('o'); looks better, doesn't it? Question to Georg: Was this your entry to the Ada-equivalent of ioccc.org? ;-> Vinzent.