Definitions for "Newline Character" Add To Word List
Login or Register  | Word Lists | Search History

Any character, but usually the Return character (ASCII code $0D), that indicates the end of a sequence of bytes.
Helpful?           0
Literally the linefeed character whose ASCII value is 10. In general, the newline character is a special shell character that indicates a complete command line has been entered and it may now be executed.
Helpful?           0
the single character used to represent a line terminator in Icon regardless of the actual representation used in the underlying system.
Helpful?           0
a special ASCII character that indicates that a new line should be started
Helpful?           0
An unseen character that marks the end of a line of text in a document. It tells a printer or screen to break a line and start a new one.
Helpful?           0
One or two bytes which denote the end of a line . In DOS a newline character is two bytes: a carriage return and a linefeed. In UNIX a newline character is one byte: a linefeed. NEWSGROUP
Helpful?           0