action

Declare an action within an executable

Description:

Declares the name of an action (application) within an executable image and defines the action.

Invocation

action actionname { definition }

Arguments

actionname
The name of the action.
definition
A Tcl script defining the action in terms of the Tcl procedures declared for an action.

Subcommands

The following keywords are defined within an action definition: alias, parameter.

Examples:

action add {

parameter in {

}

}

Defines the action add with parameter in.


ADAM:

Opens the individual .ifl.
IRAF:
Opens the .par file.