Index: doc/Script-xotcl.html =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r4dd2595d98574faaac87f5dd33b542516fdff5df --- doc/Script-xotcl.html (.../Script-xotcl.html) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ doc/Script-xotcl.html (.../Script-xotcl.html) (revision 4dd2595d98574faaac87f5dd33b542516fdff5df) @@ -3,6 +3,7 @@ XOTcl - Documentation -- ./library/lib/Script.xotcl + @@ -12,7 +13,7 @@

Package/File Information

- Package provided: xotcl::script 0.9 + No package provided/required

Defined Objects/Classes: @@ -39,9 +40,9 @@ - A small package to instantiate an object, that - represents a script. - + A small package to instantiate an object, that + represents a script. + @@ -63,14 +64,14 @@ - An object of type Script becomes automatically the command - line arguments evaluated as "-" method calls during creation, e.g. -
-      Script s -set r 5
-    
- and a call with cmd-line "-set v 6" of the script, results in an - object s with two vars set: r to 5, and v to 6. - + An object of type Script becomes automatically the command + line arguments evaluated as "-" method calls during creation, e.g. +
+	    Script s -set r 5
+	    
+ and a call with cmd-line "-set v 6" of the script, results in an + object s with two vars set: r to 5, and v to 6. +