FWrite()
Writes a character string into an open file.
FWrite( <nHandle>, <cString>, [<nBytes>] ) --> nBytesWritten
OutErr()
Outputs a list of expressions to the standard error device.
OutErr( <Expression,...> ) --> NIL
OutStd()
Outputs a list of expressions to the standard output device.
OutStd( <Expression,...> ) --> NIL