<space> |
| Output the rest of the line without change. |
0 | Output a <newline> character before printing the rest of the line. |
1 | Output a <formfeed> character before printing the rest of the line. |
+ | The trailing <newline> of the previous line is replaced by a <carriage-return> before printing the rest of the line. |
|