SmalltalkCodeGeneratorTool.st
changeset 11223 52963b06ef66
parent 11169 7e2920ed4270
child 11523 d0f296d32d73
child 12123 4bde08cebd48
--- a/SmalltalkCodeGeneratorTool.st	Fri Jan 27 14:11:48 2012 +0100
+++ b/SmalltalkCodeGeneratorTool.st	Fri Jan 27 14:55:22 2012 +0100
@@ -2277,6 +2277,7 @@
 'realMain:argsToEcho
     "just a dummy as example - does nothing but echo its arguments"
 
+    Stdout nextPutLine:''Hello World''.
     Stdout nextPutLine:(argsToEcho asStringWith:Character space)
 '.
 
@@ -2492,11 +2493,11 @@
 !SmalltalkCodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.11 2012-01-22 10:10:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.12 2012-01-27 13:55:22 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.11 2012-01-22 10:10:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.12 2012-01-27 13:55:22 cg Exp $'
 !
 
 version_SVN