NAME error - print single-line message and terminate execution SYNOPSIS call error (message) integer message #message is a hollerith array DESCRIPTION Error writes the message onto the standard error file ERROUT. A NEWLINE is always generated, even though one may not appear in the message. Endst is called and execution ceases. Error is essentially a call to 'remark' and then to 'endst'. The message array is a Fortran hollerith string in the format generated by the Ratfor quoted string capability. On some systems, it may be necessary to terminate the string with a '.' or other end-of-string marker. SEE ALSO remark, putlin, prompt, endst DIAGNOSTICS None