Monic Polynomial wrote:
> On 02/06/2009, at 12:12, Martin Costabel wrote:
>> The most difficult thing was to find out how to print the value of a
>> macro at a given moment. From a diving expedition into the depths of
>> the
>> docs, I brought home some macros that give the following small exampl
On 02/06/2009, at 12:12, Martin Costabel wrote:
> The most difficult thing was to find out how to print the value of a
> macro at a given moment. From a diving expedition into the depths of
> the
> docs, I brought home some macros that give the following small example
> program in C:
>
> #include
Jean-François Mertens wrote:
>
> On 02 Jun 2009, at 03:03, Martin Costabel wrote:
>
>> ...
>> The idea is clear, but preprocessor macros don't work like that.
>
> Really thanks for making so clear msgs !
> FInally I understand for sure that cpp works
> like tex's \def rather than \edef _ and I'l
On 02 Jun 2009, at 03:03, Martin Costabel wrote:
> ...
> The idea is clear, but preprocessor macros don't work like that.
Really thanks for making so clear msgs !
FInally I understand for sure that cpp works
like tex's \def rather than \edef _ and I'll
feel much more comfortable using it knowing