icl

Lines for output to the .icl file

Description:

Specifies lines of text to be output to the .icl file.

Invocation

icl { text }

Arguments

text
The specified text is written to the .icl file. It may consist of more than one line. The text should be legal ICL command language.

Examples:

icl { { Define a command to print "Hello"

defstring welcome print "hello" }

Inserts a comment and a defstring command into the .icl file. NOTE the { in the comment must be escaped.


ADAM:

As defined.
IRAF:
None.