End Of Line


End Of Line

(character)(EOL) Synonym for newline, derived perhaps fromthe original CDC 6600 Pascal. The abbreviation "EOL" isnow rare, but widely recognised and occasionally used forbrevity. Used in the example entry under BNF.

Out of context this would probably be (deliberately) ambiguousbecause different systems used different (combinations of)characters to mark the end of a line. Unix uses a line feed; DOS uses carriage return, line feed (CRLF) and theMacintosh uses carriage return.

See also EOF.