Lines for output to the csh
.csh
file
.csh
file. {
text }
.csh
file. It
may consist of more than one line. The text should be legal C-shell command language.
csh {
# Define the help library
setenv KAPPA_HELP INSTALL_HELP/kappa }
Inserts a comment and a setenv command into the .csh
file.
ADAM: