displays the element of its argument list to the console
INCLUDE 'prolib.h' error(["Help\n"]) error(["Type has wrong value: ",Type,"\n"])
error(ErrorList) (i)
voidlist(ErrorList) (i) List which elements are to be written.
The elements of the ErrorList are written to the console(standard error stream).
InputFile = "test.dat",
(
see("InputFile"),!
;
error(["Couldn't open File: ",InputFile,"\n"]),!,fail
)
read(data).
No runtime errors.
prolog-process, client-server, object
check_equal , write , display