The OpenD Programming Language

endl

When used as file << endl it adds new line flushes the stream.

enum endl = NewLine.lf;

Meta