ActiveTcl User Guide

xotcl/library/lib/Script.xotcl xotcl/library/lib/Script.xotcl


Package/File Information

Package provided: xotcl::script 0.9

Defined Objects/Classes:
Filename: xotcl/library/lib/Script.xotcl

Description: A small package to instantiate an object, that represents a script.


Class: Script

Class: Class
Description: 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.






Back to index page.