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: 103376,321833745abc5bf3 X-Google-Attributes: gid103376,public From: Gerald Kasner Subject: Re: Tasks with discriminants Date: 1997/12/02 Message-ID: <3483EA20.15093965@Physik.Uni-Magdeburg.DE>#1/1 X-Deja-AN: 294471991 References: <3483C38C.1FF2@home.com> Organization: Univ. of Magdeburg, Dept of CS, Germany Newsgroups: comp.lang.ada Date: 1997-12-02T00:00:00+00:00 List-Id: Larry Coon wrote: > > type task_array is array (1..3) of t; > my_tasks: task_array; -- ???? > > Can anybody tell me how the discriminants are > supplied in this case? Thanks in advance. > try http://www.seas.gwu.edu/faculty/mfeldman/cs2-book/chap15.html chap 15.4 Data Structures: The Task as a Data Structure and proggram 15.7 : Creating an Array of Tasks -- Gerald