writes its argument to the current output stream
INCLUDE 'iolib.h' write(Term)
write(Term) (i)
void(Term) (i) Term to write
This is a standard prolog built-in. It writes its argument to the current output stream using the current operator declarations. Unbound variables are listed as an underscore character followed by a unique number. Enumeration starts from _1, shared variables get the same number.
read(X), write(X).
No runtime errors.
prolog-process, client-server, object