What is wrong with the following function definition?
  Define
    hop(x,y) = w |
      Let x = 1.0.
      Let y = 2.0.
      Let answer = x + y + 1.
  %Define