StdOut Function

Retrieves the global reference to the standard output stream in ConsoleApplications, which is typically the terminal window.

Syntax

result = StdOut( )



Return Value

Result

StandardInputStream

The standard output stream is typically the Terminal application.



Notes

The StdOut method implements the Writeable class interface. If you implement this interface, you must implement the specified methods and parameters. For more information about class interfaces and how to implement them, see the section "Class Interfaces" in the User's Guide.


See Also

ConsoleApplication, StandardInputStream, StandardOutputStream classes; TargetHasGUI constant; Input, Print, StdIn, StdErr methods; Writeable class interface.