function f()
{ x=2; y=7;   display "x=",x,", y=",y, " x+y=", x+y;
  return 1;
}
