ad_proc (public)ad_proc [ -public ] [ -private ] [ -deprecated ] [ -warn ] arg_list \
[ args... ]
Defined in packages/acs-core/00-proc-procs.tclDeclares a procedure.
- Switches:
-
-public (boolean) - specifies that the procedure is part of a public API.
-private (boolean) - specifies that the procedure is package-private.
-deprecated (boolean) - specifies that the procedure should not be used.
-warn (boolean) - specifies that the procedure should generate a warning when invoked.
- Parameters:
-
arg_list - the list of switches and positional parameters which can be
provided to the procedure.
|