InterviewSolution
Saved Bookmarks
| 1. |
How Tcl Works? |
|
Answer» Tcl takes the ARGUMENT as a FILE and try to READ the file. TCL STORES the file in memory and reads the file Line by Line and try to validate/compile. TCL provides the output and release the memory. Tcl takes the Argument as a file and try to read the file. TCL stores the file in memory and reads the file Line by Line and try to validate/compile. TCL provides the output and release the memory. |
|