abstract class $OSTREAM
****


Descendants
TEXT_FILE OUT LOGOUT OUTSTREAM



Public


Features
plus(s: STR);
**** Append the string "s" to the stream
plus(s: STR): SAME;
**** Append the string "s" to the stream and return self

The Sather Home Page