Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote:
> Leopold Toetsch wrote:
>>
>> How that? Are there no constants?

> Yes, there are no constants. The only thing the generated sub does, is
> to return an integer value, that was computed in the C-Code.
> Thus the m4 macro "eval( 1 ^ 3 )" compiles into a sub that looks in PIR
> like:

> .sub generated_sub
>    .return( 3 )
> .end

I see. And what about the equivalent of eval("ab" <concat> "cd") or
eval(1.3 + 2.5) ?

> CU, Bernhard

leo

Reply via email to