Create a line feed.
The operator fnew_line puts out a line feed into the output file. At the same time the output buffer is cleaned.
|
FileHandle (input_control) |
file -> integer |
| File handle. | |
fwrite_string(FileHandle,'Good Morning') fnew_line(FileHandle)
If an output file is open and it can be written to the file the operator fnew_line returns the value 2 (H_MSG_TRUE). Otherwise an exception handling is raised.
fnew_line is reentrant and processed without parallelization.
Basic operators