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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f51e93dacd9c7fca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-25 20:14:38 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uunet!sea.uu.net!ash.uu.net!world!news From: Robert A Duff Subject: Re: Yet another assignment variation (was Re: status of Ada STL?) Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Wed, 26 Jun 2002 03:13:34 GMT References: NNTP-Posting-Host: shell01.theworld.com Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:26706 Date: 2002-06-26T03:13:34+00:00 List-Id: Dale Stanbrough writes: > Perhaps instead we could come up with smiley assignments... > > x :-) y; -- happily overwrite x > > x :-/ y; -- unsure assignment... > -- good for 1st year students Reminds me of an idea I heard from somebody who said "or else" is nice, but the syntax should be more like this: X := Y, or else; meaning, "you better do it!". ;-) - Bob