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



In article <3538707.Le0VB0dQMj@xxxxxxxxxxxxxxxxxxx>, Martin Krischik <krischik@xxxxxxxxxxxxxxxxxxxxx> 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" :-)
.