LINE INPUT
EXTENDED COLOR BASIC
DISK EXTENDED COLOR BASIC
LINE INPUT #buffer, data
Inputs a line (all data up to the ENTER character) from the buffer you specify.
LINE INPUT #1, X$
LINE INPUT #buffer, data
Inputs a line (all data up to the ENTER character) from the buffer you specify.
LINE INPUT #1, X$