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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 107e1d,ada59814dca31464 X-Google-Attributes: gid107e1d,public X-Google-Thread: 160006,ada59814dca31464 X-Google-Attributes: gid160006,public X-Google-Thread: 103376,ada59814dca31464 X-Google-Attributes: gid103376,public From: dale@cs.rmit.edu.au (Dale Stanbrough) Subject: Re: COMPILATION-EXECUTION Date: 1998/12/17 Message-ID: #1/1 X-Deja-AN: 423087745 References: <7560eo$5fk$2@platane.wanadoo.fr> X-Complaints-To: abuse@cs.rmit.edu.au X-Trace: emu.cs.rmit.edu.au 913858061 6288 144.205.16.58 (17 Dec 1998 01:27:41 GMT) Organization: Department of Computer Science, RMIT NNTP-Posting-Date: 17 Dec 1998 01:27:41 GMT Newsgroups: comp.lang.ada,fj.lang.ada,fr.comp.lang.ada Date: 1998-12-17T01:27:41+00:00 List-Id: Celinio wrote: subtype M is Character range 'A' .. 'Z'; C: array (M) of Natural; I: integer : =1; ************************************** What can be inferred from the following calls (compilation and then execution ) ? [stuff deleted] Personally I would infer that you are trying to get your homework done by someone else. Dale