 ./library/lib/Script.xotcl
  ./library/lib/Script.xotcl
| Description: | A small package to instantiate an object, that represents a script. | 
| Description: | An object of type Script becomes automatically the command
	    line arguments evaluated as "-" method calls during creation, e.g. Script s -set r 5and 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. | 
Back to index page.