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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a5f87a50bf9eecc7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 26 Feb 2006 20:09:10 -0600 From: "Steve" Newsgroups: comp.lang.ada References: <1140710414.054668.201470@z34g2000cwc.googlegroups.com> <1392397.TMLNCp2Aq0@linux1.krischik.com> <75WdnRLuksezMJ3ZnZ2dnUVZ_tudnZ2d@comcast.com> <3538707.Le0VB0dQMj@linux1.krischik.com> Subject: Re: OT: Re: help with include and library files in GPS Date: Sun, 26 Feb 2006 18:13:57 -0800 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Message-ID: NNTP-Posting-Host: 24.20.111.245 X-Trace: sv3-pwZQUwWm6X7b8WEjJsnBX/52ZJvppiCgGdYmLa2GylYO+LgyrT5s8Tx5OPLu7cAX6WBBdWQSpeFvwL3!qbIXISzmYbHp74pqZcfkqFPkfvkStElDSk/e1y541fekbKu8/eI79/sbJmZjS2uKF74Nm57kT5Ky X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:3176 Date: 2006-02-26T18:13:57-08:00 List-Id: "Martin Krischik" wrote in message news:3538707.Le0VB0dQMj@linux1.krischik.com... > Steve wrote: > >> Please don't confuse an english description of functionality with >> language >> keywords. If you feel you must, then throw a smiley at the end of the >> line so everybody will know you're joking. > > True and I take your advice. However "include" is both a keyword > ("#include") and a very low level concept of sharing code between > different > compilation units. In fact: the lowest level concept before coping the > code > manually from one source file to another. > > Anyway: Ada neither uses the keyword nor the concept of include. > You seem to be very stuck on programming concepts when you're talking about include. Ada certainly does use the concept of include. If it didn't, you wouldn't be able to utilize one package from another. In Ada it is the "with" statement that includes a reference to another packages specification. Steve (The Duck) > Martin > -- > mailto://krischik@users.sourceforge.net > Ada programming at: http://ada.krischik.com