abstract class $OSTREAM
****


Descendants
OUTSTREAM LOGOUT TEXT_FILE 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