define('foo(x,y)a,b,c') :(foo_end) foo a = 1; b = 2; c = 3 foo = a * ( x * x ) + b * y + c :(return) foo_end