Filename TCL Routines
A brief description of the module goes here. New paragraphs should be
preceded by a
.
routine1
routine2
routine3
A description of the routine 1 goes here.
TCL SYNTAX:
routine1 [param2]
Required parameter 1 description goes here.
[param2] Optional parameter 2 description goes here.
RETURNS:
TCL_OK Successful completion. The Interp result string will contain
whatever I please ...
TCL_ERROR Error occurred. The Interp result string will contain
the error string.
A description of the routine 2 goes here.
TCL SYNTAX:
routine2 [param3]
Required parameter 1 description goes here.
Required parameter 2 description goes here.
[param3] Optional parameter 3 description goes here.
RETURNS:
TCL_OK Successful completion.
TCL_ERROR Error occurred. The Interp result string will contain
the error string.
.
.
.