How would I do something like:
:echo call MyFunction()
so that I can see the result of the function call?
Use something like this:
:echo Myfunction()