Difference between revisions of "Line feed"

From Free Pascal wiki
Jump to navigationJump to search
(Categorization)
Line 3: Line 3:
  
 
A unix (Linux...) [[End of Line | end of line]] marker is line feed (LF, #10 ).
 
A unix (Linux...) [[End of Line | end of line]] marker is line feed (LF, #10 ).
 +
 +
[[Category:Glossary]]

Revision as of 19:02, 30 September 2013

Line feed (LF) is one of the control characters in ASCII code and Unicode. In ASCII and Unicode, the character code decimal 10 (or hexadecimal 0A) is defined to be line feed.

A unix (Linux...) end of line marker is line feed (LF, #10 ).