|
|
|
|
The acdktcl is a simple command line
Tcl interpreter.
acdktcl you can execute Tcl scripts
or use it to debug/test ACDK classes
in an interactive way.
acdktcl [-acdk-options] [tclscript]
- -acdk-options
Option parsed by the ACDK-Library (see man acdk_core)
- tclscript
If an file is given as argument, this will be evaluated as
Tcl-Script.
Otherwise in the interactive mode with Tcl-shell will be
started.
|
|