Description:
Declares the name of an executable image
(usually an ADAM monolith) and defines the actions within the image.
Invocation
executable
image {
definition }
Arguments
image
The name of the executable image.
definition
A
Tcl
script defining the executable in terms of the Tcl procedures declared for an executable.
Subcommands
The following keyword is defined within an
executable
definition:
action
.
Examples:
executable kappa_mon { ... }
|
Define the executable image kappa_mon.
ADAM:
Opens the monolithic interface file and changes the executable image referred to
in the .icl
and .csh
files.
IRAF:
Opens the .tcl
file and changes the executable image
referred to in the .cl
file.