fnew_line ( : : : )

Create a line feed.

The operator fnew_line puts out a line feed into the current output file. At the same time the output buffer is emptied.


Example
  get_file(::'output':CurrentFile) > 
  set_file(::'standard_output','output':) > 
  fwrite_string(::'Good Morning':) >
  fnew_line(:::) > 
  set_file(::CurrentFile,'output':).

Result

If an output file is open the operator fnew_line returns the value TRUE. Otherwise an exception is raised.


Possible Predecessors

fwrite_string


See also

fwrite_string



Copyright © 1996-1997 MVTec Software GmbH