comments
authorClaus Gittinger <cg@exept.de>
Fri, 29 Feb 2008 11:13:33 +0100
changeset 10886 f5ce5c02e1a7
parent 10885 bf94eff134fc
child 10887 dc01356c015a
comments
StandaloneStartup.st
--- a/StandaloneStartup.st	Fri Feb 29 11:13:27 2008 +0100
+++ b/StandaloneStartup.st	Fri Feb 29 11:13:33 2008 +0100
@@ -46,6 +46,11 @@
 
     [start with:]
         <yourNamehere>Startup start
+
+    [see also:]
+        Smalltalk
+        GetOpt
+        ReadEvalPrintLoop
 "
 ! !
 
@@ -277,7 +282,7 @@
 !StandaloneStartup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.5 2007-10-31 15:28:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.6 2008-02-29 10:13:33 cg Exp $'
 ! !
 
 StandaloneStartup initialize!