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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1592759aa83d0d45 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-03 10:36:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!teaser.fr!enst.fr!not-for-mail From: Lionel.DRAGHI@fr.thalesgroup.com Newsgroups: comp.lang.ada Subject: RE: Suggestion for Ada 200x - Interface inheritance Date: Tue, 3 Jun 2003 19:38:24 +0200 Organization: ENST, France Message-ID: NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: avanie.enst.fr 1054661788 6772 137.194.161.2 (3 Jun 2003 17:36:28 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 3 Jun 2003 17:36:28 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: X-Mailer: Internet Mail Service (5.5.2653.19) X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:38520 Date: 2003-06-03T19:38:24+02:00 | -----Message d'origine----- | De: Pascal Obry [mailto:p.obry@wanadoo.fr] ... | | > My idea was to introduce "<=" for out parameters and "<=>" | for in out. | > | > Example: | > Create (File <=> My_File, | > Mode => In_File, | > Name => "My_File", | > Status <= Status); | > Pretty clear, isn't it? :-) And could also apply to declaration! | | And this was part of the green language. I think it was := | :=: =: for "in" "in | out" and "out" mode. I didn't know, but i really prefer "arrows". It's much more clear, almost as a sequence diagram within the code! :-) -- Lionel Draghi