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 @@
- 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. +