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 -> HTuple.long |
| 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 H_MSG_TRUE. Otherwise an exception handling is raised.
Basic operators