DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SCO Visual Tcl terminology and concepts

Command and option structure and validation

SCO Visual Tcl commands are of the form:

Command [handle] [ -option [ optionArgs ...] ...]

where:

Invocation of non-existent commands is handled using the normal Tcl command mechanism (the unknown(1tcl) procedure). If it fails, the command generates a Tcl error.

Options for each command are validated by the command. When commands are sent to the server for execution, the interpreter validates the options and breaks the command-option-arguments string into a data structure for transfer to the server. The server performs fine-grained option validation and handling.

See also:


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004