Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When using nonstandard output libraries such as https://github.com/sickill/stderred argumentless writeln() will fail on the enforce because it check specifically for a newline to be returned. Checking instead that the output is not EOF follows the documentation and allows overridden write() functions from the standard library.
- Loading branch information