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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a5f87a50bf9eecc7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!209.244.4.230!newsfeed1.dallas1.level3.net!news.level3.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: OT: Re: help with include and library files in GPS Date: 26 Feb 2006 07:15:45 -0600 Organization: LJK Software Message-ID: References: <1140710414.054668.201470@z34g2000cwc.googlegroups.com> <1392397.TMLNCp2Aq0@linux1.krischik.com> <75WdnRLuksezMJ3ZnZ2dnUVZ_tudnZ2d@comcast.com> <3538707.Le0VB0dQMj@linux1.krischik.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1140959744 10497 192.135.80.34 (26 Feb 2006 13:15:44 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sun, 26 Feb 2006 13:15:44 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:3171 Date: 2006-02-26T07:15:45-06:00 List-Id: In article <3538707.Le0VB0dQMj@linux1.krischik.com>, Martin Krischik writes: > 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. One might think of With as implementing "strongly typed include" :-)