
CONFIG

END;

INPUT

variable_group x;
variable_group y;
function f, g;

f = x^2 - 1;
g = x*y - 1;

END;
