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,92d1af21ade61406 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-11 01:51:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news100.image.dk!feed.news.nacamar.de!newsfeed.vmunix.org!news-FFM2.ecrc.net!news.iks-jena.de!not-for-mail From: Lutz Donnerhacke Newsgroups: comp.lang.ada Subject: Re: Problems with 'class, help anyone? Date: Mon, 11 Nov 2002 09:51:03 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <3DBE2593.9080800@worldnet.att.net> <3DBF9437.8090408@worldnet.att.net> <3DC74F23.80308@worldnet.att.net> <3DC91DBB.C85F27E@brighton.ac.uk> NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 1037008263 32331 217.17.192.37 (11 Nov 2002 09:51:03 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Mon, 11 Nov 2002 09:51:03 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:30714 Date: 2002-11-11T09:51:03+00:00 List-Id: * Dmitry A. Kazakov wrote: > But we still need some keywords for: > > 1. Subroutine (=procedure) procedure > 2. Subroutine with no side-effects other than on the arguments (=?) Pure procedure (pragma Pure) > 3. Subroutine with only one side-effect on the result (=?) Pure Function > {1,2,3} is multiplied to: > > A. Subroutine with no queue > B. Subroutine with a queue (entry) You may add inline/shared_generic as a parameter.