Closed pschachte closed 10 months ago
The error procedure should flush the output buffer before printing its error message. Currently, if output has been preformed but not yet flushed when error is called, the error message will appear before the output that was performed earlier.
error
The
error
procedure should flush the output buffer before printing its error message. Currently, if output has been preformed but not yet flushed whenerror
is called, the error message will appear before the output that was performed earlier.