home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CP/M
/
CPM_CDROM.iso
/
cpm
/
cug
/
softt-3.lbr
/
ERROR.DOC
< prev
next >
Wrap
Text File
|
1984-07-05
|
896b
|
48 lines
.bp 1
.in 0
.he 'ERROR (2)'7/23/80'ERROR (2)'
.fo ''-#-''
.fi
.in 7
.ti -7
NAME
.br
error - print single-line message and terminate execution
.sp 1
.ti -7
SYNOPSIS
.br
.nf
call error (message)
integer message #message is a hollerith array
.fi
.sp 1
.ti -7
DESCRIPTION
.br
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.
.sp 1
.ti -7
SEE ALSO
.br
remark, putlin, prompt, endst
.sp 1
.ti -7
DIAGNOSTICS
.br
None