abstract class $OSTREAM
****


Descendants
OUT OUTSTREAM TEXT_FILE LOGOUT



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