startFile abstract method
void
startFile()
Start multiline file mode (run as file in current environment).
Maps to: .start-file
Subsequent processPrompt() calls accumulate lines until .end.
On .end, code is executed with continued environment.
Implementation
void startFile();