#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Tue, 26 Jul 2016 13:55:05 +0200
changeset 20175 6c184327b58b
parent 20174 d3f07efc7045
child 20176 2e68059772c7
#DOCUMENTATION by stefan class: NonPositionableExternalStream comment/format in: #nextLine
NonPositionableExternalStream.st
--- a/NonPositionableExternalStream.st	Tue Jul 26 13:37:16 2016 +0200
+++ b/NonPositionableExternalStream.st	Tue Jul 26 13:55:05 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -589,7 +587,7 @@
      so it's possible to read alien (i.e. ms-dos) text as well.
      Redefined to not block forever if no cr is read."
 
-    |answerStream char available "{ Class:SmallInteger }" wasBinary|
+    |answerStream char wasBinary available "{ Class:SmallInteger }"|
 
     answerStream := WriteStream on:(String uninitializedNew:80).
     [