21.6 Writing to Standard Output

21.6.1 Synopsis

term (message);

21.6.2 Description

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:

This manual can be downloaded from http://www.g-cows.org/.