RESTORE - an I/O statement that allows DATA statements to be reread from a specified line Syntax RESTORE [{linelabel | linenumber}] - If the argument is omitted, the next READ statement which executes will read the first item in the first DATA statement in the program - linelabel or linenumber identifies the DATA statement you want the next READ statement to use. The first item from that line will be read. See Also