ReadEvalPrintLoop.st
changeset 20914 79b75bb6f696
parent 20913 58dc377d1211
child 20915 f7ef8fa16261
equal deleted inserted replaced
20913:58dc377d1211 20914:79b75bb6f696
   399             compiler:(compiler ? Compiler ? Parser)
   399             compiler:(compiler ? Compiler ? Parser)
   400             prompt:false
   400             prompt:false
   401             print:false.
   401             print:false.
   402         'after read1' errorPrintCR.
   402         'after read1' errorPrintCR.
   403     ] ensure:[
   403     ] ensure:[
       
   404         newInput close.
   404         doChunkFormat := savedDoChunkFormat.
   405         doChunkFormat := savedDoChunkFormat.
   405         currentDirectory := savedCurrentDirectory.
   406         currentDirectory := savedCurrentDirectory.
   406         inputStream := savedInput.
   407         inputStream := savedInput.
   407         printFlag := savedPrint.
   408         printFlag := savedPrint.
   408         prompt := savedPrompt.
   409         prompt := savedPrompt.