StandaloneStartup.st
changeset 10886 f5ce5c02e1a7
parent 10773 98a51414b27f
child 10934 970557a121e7
--- 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!