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,d06abf6ce01ec73d,start X-Google-Attributes: gid103376,public From: "Sandeep V. Kharkar" Subject: Newbie question (Range Specifiers) Date: 1996/06/19 Message-ID: <31C884CE.24DD@vzcorp.com>#1/1 X-Deja-AN: 161096367 content-type: text/plain; charset=us-ascii organization: VZ CORP mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (Win95; I) Date: 1996-06-19T00:00:00+00:00 List-Id: Hi, I've recently started studying the Ada95 language. First experience with Ada... In the book I found a grammer rule for range specifiers which goes range_spec ::= name ' range ( static_expression ) but I found no examples of the use of this grammer rule. What is this syntax used for ?? I figure that the [name'range] means the range of the variable name. But what interpretation does the braketed static expression have on the range ?? -- ~Sandeep skharkar@vzcorp.com http://www.cs.usu.edu/students/SandeepKharkar/index.html "To know recursion you must first know recursion !!"