CONFIG
tracktype: 1;

END;

INPUT
variable_group x, y, z;
function f;
f = x+y+z-1;

END;
