abstract class $OSTREAM
****


Descendants
LOGOUT TEXT_FILE OUTSTREAM OUT



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