class OUTSTREAM < $OSTREAM |
---|
**** |
$OSTREAM |
attr chan : REFERENCE; |
---|
**** | channel for output. the OS file handle |
attr chan : REFERENCE; |
---|
**** | channel for output. the OS file handle |
clear |
---|
**** | This routine clears any error condition for the cursor and associated file. |
close |
---|
create(fyle : REFERENCE): SAME |
---|
**** | fyle: channel for output / the OS file handle |
create(name : STR) : SAME |
---|
error:BOOL |
---|
flush |
---|
plus(s:BINSTR) |
---|
plus(s:BINSTR):SAME |
---|
plus(s:STR) |
---|
plus(s:STR):SAME |
---|
**** | plus(s:CHAR):SAME is file+#OCTET(s); return self; end;plus(s:CHAR) is file+#OCTET(s); end; |
stdout:SAME |
---|