Interface for Walnut Input Drivers
Synopsis
The essential ability to write is the only requirement for an Output object.
Methods
A basic input driver will require the following as a bare minimum:
- write(string) -- Write (string) to the output stream.
- puts(string) -- Write (string) to the output stream with an appended newline character.