pschachte / wybe

A programming language supporting most of both declarative and imperative programming
MIT License
47 stars 6 forks source link

The `error` procedure should flush the output buffer #440

Closed pschachte closed 10 months ago

pschachte commented 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.