ReadEvalPrintLoop.st
changeset 22757 e79e3b2b02e6
parent 22756 030bbcf6eae9
child 22758 c6bcf9b6e89a
equal deleted inserted replaced
22756:030bbcf6eae9 22757:e79e3b2b02e6
   254 !
   254 !
   255 
   255 
   256 error:aString position:relPos to:relEndPos from:aCompiler
   256 error:aString position:relPos to:relEndPos from:aCompiler
   257     "compiler notifies us of a warning - ignore it"
   257     "compiler notifies us of a warning - ignore it"
   258 
   258 
   259     errorStream nextPutAll:'Syntax Error: ',aString.
   259     errorStream nextPutLine:('Syntax Error: ',aString).
   260     ^ false
   260     ^ false
   261 !
   261 !
   262 
   262 
   263 unusedVariableWarning:aString position:relPos to:relEndPos from:aCompiler
   263 unusedVariableWarning:aString position:relPos to:relEndPos from:aCompiler
   264     "compiler notifies us of a warning - ignore it"
   264     "compiler notifies us of a warning - ignore it"