Input Conversion

For L-Format input conversion, the result is a character string containing the entire line, or the remainder of the current line.

The L-Format is used to read a variable-length line. The L-Format reads the content of the current line, starting with the current column and ending with the end of the line, and then sets the column position so that the next operation reads a new line.