#define?

is it possible to do something like this:
#define sum(a,b) (a+b) ?

it would get rid of the overhead of actually calling a function, since the compiler would sort it out

Remco

No, there’s no pre-processor like that I’m afraid.