The LINPUT ("Line" INPUT) statement reads an entire line up to the end-of-line character into a single string variable, unlike INPUT which can read multiple delimited values from a line. The input variable must be a simple string, string element, or sub-string. All characters typed, including commas and quotation marks, are stored in the variable. Only an end-of-line character will delimit the data.