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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ebdc5ed511896a0 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wn13feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: urgent question - generics Reply-To: anon@anon.org (anon) References: <1188809249.040351.100160@r29g2000hsg.googlegroups.com> <1188837355.753212.161150@r34g2000hsd.googlegroups.com> <46dcfc35$0$30383$9b4e6d93@newsspool4.arcor-online.net> X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Wed, 05 Sep 2007 03:47:24 GMT NNTP-Posting-Host: 12.64.204.164 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1188964044 12.64.204.164 (Wed, 05 Sep 2007 03:47:24 GMT) NNTP-Posting-Date: Wed, 05 Sep 2007 03:47:24 GMT Organization: AT&T Worldnet Xref: g2news2.google.com comp.lang.ada:1742 Date: 2007-09-05T03:47:24+00:00 List-Id: The English language has many different definitions of the word 'generic', none of them deal with Ada. Which can cause confusion when trying to answer someone question, if you do not know the semantics of the word 'generic' or the phase 'generic statement'. The Lady was not speaking of the "GENERIC" keyword in Ada. Also another clue was this was her first test. Basically, testing her knowledge of Reserved words, program structures, basic data types (defined in the "Standard package"), etc. And how to call a procedure and function, which as the base of her question. Testing for user-defined packages and possible the "Generic" type packages may be in second test. In <46dcfc35$0$30383$9b4e6d93@newsspool4.arcor-online.net>, Georg Bauhaus writes: >anon wrote: > >> ------------------------------------------------------------------------------ >> -- The Probability the answer that she ask for: -- >> -- -- >> -- type proc_access is access procedure ; -- is the generic statement -- >> -- -- that she needed. -- > >I'm not sure I understand "generic statement" here. >Proc_Access looks like an access to subprogram type. >What is a generic statement?