SmalltalkCodeGeneratorTool.st
changeset 12458 ea3f2adb406f
parent 12440 48bd9af25138
child 12459 7899fe07efd7
child 12712 b412eb74759b
--- a/SmalltalkCodeGeneratorTool.st	Mon Mar 11 18:00:59 2013 +0100
+++ b/SmalltalkCodeGeneratorTool.st	Mon Mar 11 21:34:41 2013 +0100
@@ -852,6 +852,11 @@
     ].
     %1 open.
 '.
+            ] ifFalse:[
+                stream nextPutAll: 
+'     "/ replace by real code
+     Stdout nextPutLine:''Hello World''.
+'.
             ].
         ].
 
@@ -2524,11 +2529,11 @@
 !SmalltalkCodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.18 2013-03-06 17:13:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.19 2013-03-11 20:34:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.18 2013-03-06 17:13:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.19 2013-03-11 20:34:41 cg Exp $'
 !
 
 version_SVN