function value = theTop(x) value = theSub(x,2); function value = theSub(x,y) value = x + y;