Lines for output to the icl
.icl
file
.icl
file. {
text }
.icl
file. It
may consist of more than one line. The text should be legal ICL command language.
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: