4 lines
129 B
Text
4 lines
129 B
Text
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
|