Suppose I have the program below:


#include files

PREDICATE( add, 3 )
{
return A3 = (long)A1 + (long)A2;
}