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.3 required=5.0 tests=BAYES_00,INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,791530e499e6a7f9,start X-Google-Attributes: gid103376,public From: "Riyaz Mansoor" Subject: ada writing guide Date: 2000/04/12 Message-ID: <8d1rso$bir$2@bunyip.cc.uq.edu.au>#1/1 X-Deja-AN: 610119351 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Complaints-To: news@uq.edu.au X-Trace: bunyip.cc.uq.edu.au 955544280 11867 172.20.69.157 (12 Apr 2000 12:58:00 GMT) Organization: University of Queensland X-MSMail-Priority: Normal NNTP-Posting-Date: 12 Apr 2000 12:58:00 GMT Newsgroups: comp.lang.ada Date: 2000-04-12T12:58:00+00:00 List-Id: i was wondering where i can get/find ada code conventions? i know C has a standard. like for example what is the "standard" way to write a procedure declaration. procedure (D : in out Data; C : in Cata); procedure (D : in out Data; C : in Cata); or what? thanx riyaz *******************