term (message
);
Message is printed to the standard output (e.g. the terminal used to run Cows). This function can be useful to debug your scripts; you could as well use the print () statement, but these debug strings would be scattered inside output files.
message
can be any valid expression:
term ("message string");
term (variable_storing_message);
This manual can be downloaded from http://www.g-cows.org/.