Difference between revisions of "Line feed"

From Free Pascal wiki
Jump to navigationJump to search
(Categories moved to template)
 
Line 5: Line 5:
  
 
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]]
 

Latest revision as of 21:24, 26 May 2018

English (en) suomi (fi) português (pt) русский (ru)

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