1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<TITLE>XOTcl - Documentation -- ./library/lib/Script.xotcl</TITLE>
<LINK REL="StyleSheet" HREF="xotcl-doc.css" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="FFFFFF">
<h1>
<IMG SRC="./logo-100.jpg" ALT="./library/lib/Script.xotcl" ALIGN="MIDDLE">
./library/lib/Script.xotcl</h1>
<HR>
<P>
<h2> Package/File Information </h2>
<b> No package provided/required </b>
<BR>
<BR>
<b>Defined Objects/Classes: </b>
<UL>
<LI>
<A HREF="#Script">
<em>Script</em>:
</A>
<BR>
</LI>
</UL>
<BR>
<b> Filename: </b>
<A HREF="./library/lib/Script.xotcl">
./library/lib/Script.xotcl
</A>
<BR>
<BR>
<TABLE BORDER="0">
<TR VALIGN="top">
<TD VALIGN="top">
<em> Description:</em>
</TD>
<TD VALIGN="top">
A small package to instantiate an object, that
represents a script.
</TD>
</TR>
</TABLE>
<BR>
<HR>
<P>
<A NAME="Script">
</A>
<h2> Class: <em> Script </em> </h2>
<b>Class</b>: Class
<BR>
<TABLE BORDER="0">
<TR VALIGN="top">
<TD VALIGN="top">
<em> Description:</em>
</TD>
<TD VALIGN="top">
An object of type Script becomes automatically the command
line arguments evaluated as "-" method calls during creation, e.g.
<pre>
Script s -set r 5
</pre>
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.
</TD>
</TR>
</TABLE>
</P>
<BR>
</P>
<HR>
<P>
</P>
<A HREF="./index.html">
Back to index page.
</A>
<BR>
<HR>
<P>
</P>
</BODY>
</HTML>
|