*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 14 Feb 2015 12:23:10 +0100
changeset 1370 ba4180d030f3
parent 1369 d113680661c6
child 1371 5f736b9cb625
*** empty log message ***
MyWorkspace.wsp
--- a/MyWorkspace.wsp	Sat Feb 14 12:22:37 2015 +0100
+++ b/MyWorkspace.wsp	Sat Feb 14 12:23:10 2015 +0100
@@ -1,10 +1,10 @@
-*********************************************************************
-****                                                             ****
-**** this is an example for a MyWorkspace.wsp file's contents    ****
-****                                                             ****
-**** change as required and save as MyWorkspace.wsp              ****
-****                                                             ****
-*********************************************************************
+"/*********************************************************************
+"/****                                                             ****
+"/**** this is an example for a MyWorkspace.wsp file's contents    ****
+"/****                                                             ****
+"/**** change as required and save as MyWorkspace.wsp              ****
+"/****                                                             ****
+"/*********************************************************************
 
 "/
 "/ useful expressions:
@@ -25,10 +25,10 @@
 
 Smalltalk loadPackage:'cvut:fel/smallruby'.
 
-Smalltalk loadPackage:'cg:private' asAutoloaded:true
+Smalltalk loadPackage:'cg:private' asAutoloaded:true.
 
 "/
 "/ loading individual class files:
 "/
-Smalltalk fileInClass:'Foo' package:'cg:private'
-Foo open
+Smalltalk fileInClass:'Foo' package:'cg:private'.
+Foo open.