Is there any way to clear the F# interactive window in VS2010?
#cls;;
and #clear;;
don't work.
Quitting with #quit;;
leads to the restart of F# interactive without clearing the window content.
Attempt to delete text with "delete" or "backspace" gives an error message that the text is read-only.