REM Start of BASIC! Program file.exists b, "temp.txt" if b=0 then console.save "temp.txt" grabfile s$, "temp.txt" text.input r$, s$ print r$ console.save "temp.txt"