LINE INPUT

LINE INPUT s$
assigns the whole input line to a string variable s$.

(Supplement)
A LINE INPUT statement allows a PROMPT clause, a TIMEOUT clause, or a ELAPSED clause to be included.
Example.
LINE INPUT PROMPT "Enter favorite words.":s$