description
Prints the current line of text and advances the text position to the beginning of the next line. Note that the line feed, line feed/carriage return, carriage return, and carriage return/line feed instructions all behave as a single line feed. If the current line extends beyond the printable area, the text will wrap to the next printable area.
All character attributes (including inverse and double-wide text) will be cleared after the line is printed.
expression
ASCII | LF |
Decimal | 10 |
Hex | 0A |
parameters
None