Difference between revisions of "Line feed"

From Free Pascal wiki
Jump to navigationJump to search
(New page: 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 (...)
 
Line 2: Line 2:
 
In ASCII and Unicode, the character code decimal 10 (or hexadecimal 0A) is defined to be line feed.
 
In ASCII and Unicode, the character code decimal 10 (or hexadecimal 0A) is defined to be line feed.
  
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 ).

Revision as of 12:57, 22 July 2007

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 ).