[fpc-pascal] Re: Get all caller adresses of a given function/procedure before executing

Martin lazarus at mfriebe.de
Wed Aug 15 04:05:56 CEST 2012


On 15/08/2012 02:52, waldo kitty wrote:
> this would be no different than the program doing
>
>   writeln(snippet1);
....
> .i must still be missing something :?

If I understood him correct:

It is not
      writeln(snippet1);
it is
      writeln('snippet1');

With quotes.
He does want (or already has) the text snippets as in-lined constants.

He does not want to do the work of maintain them in another place (which 
an array, or resource string would require.)





More information about the fpc-pascal mailing list