tcl.lang
Class Shell

java.lang.Object
  extended by tcl.lang.Shell

public class Shell
extends java.lang.Object

The Shell class is similar to the Tclsh program: you can use it to execute a Tcl script or enter Tcl command interactively at the command prompt.


Constructor Summary
Shell()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell

public Shell()
Method Detail

main

public static void main(java.lang.String[] args)