implicitOutput property

TextOutputMethod? implicitOutput
getter/setter pair

implicitOutput: receives the value of expressions entered when in REPL mode. If you're not using the REPL() method, you can safely ignore this.

Implementation

TextOutputMethod? implicitOutput;