print

Define a command to print a message

Description:

A subcommand of command. When the defined command is invoked, the specified message is displayed to the user.

Invocation

print { message }

Arguments

message
The message to be displayed.

Examples:

command abc {

print { The XXX application is not available for IRAF. }

}

The specified text will be displayed if the command abc is obeyed.


ADAM:

The appropriate commands are written to the .icl and .csh files.
IRAF:
The foreign command mechanism is used.