up: IO | index | Zimbu documentation |
An interface for any class that can write a string. Can be implemented to write to a file, append to a string, etc. Most implementations will want to extend the IO.Writer class.
|
FUNC $print(string text) status @abstract @file
FUNC $write(string text) status @abstract @file
|
Copyright 2009 Bram Moolenaar All Rights Reserved. |
Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0 |