# HG changeset patch # User Claus Gittinger # Date 1520257723 -3600 # Node ID 2657d849761eb9a656b5610bd88375e2c22f3e68 # Parent 0749ebab7a103fc0bbb29771a02d0bdd9d4ecacb #DOCUMENTATION by cg class: ReadEvalPrintLoop comment/format in: #cmd_use: diff -r 0749ebab7a10 -r 2657d849761e ReadEvalPrintLoop.st --- a/ReadEvalPrintLoop.st Mon Mar 05 14:48:35 2018 +0100 +++ b/ReadEvalPrintLoop.st Mon Mar 05 14:48:43 2018 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 2006 by eXept Software AG All Rights Reserved @@ -594,6 +596,11 @@ ! cmd_use:lineStream + "use directive; i.e. + #use stx:goodies/xml + #use exept:mqtt + " + |pkg| lineStream skipSeparators.