Re: OT: Re: help with include and library files in GPS



"Martin Krischik" <krischik@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3538707.Le0VB0dQMj@xxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxx
Ada programming at: http://ada.krischik.com


.



Relevant Pages

  • Re: Ada 2005?
    ... will Ada support keyword class for designing and implementing ... I do not think that Ada 2005 will support the keyword "class". ... > have been able to find a good overview of the language to date? ...
    (comp.lang.ada)
  • Re: Reassigning Commands Should NOT Be Allowed
    ... Any programming language will allow you ... How would you then in Ada use the keyword 'IF' for example as a ... any identifier in the keywords list. ... I don't know Ada, so I can't ...
    (comp.soft-sys.matlab)
  • Re: about OpenToken example compilation error
    ... features that is incompatible with Ada 95 (like the 'interface' keyword). ... OpenToken web site. ...
    (comp.lang.ada)
  • Re: Why does python not have a mechanism for data hiding?
    ... find the idea of adding a "private" keyword makes as much sense as ... Well, the designers of C++, Java, and Ada, to name just three very ...
    (comp.lang.python)