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