returns a the type of the host server
INCLUDE 'iolib.h' servertype(Type)
servertype(Type) (o)
string(Type) (o) type of the host server
This returns a string by which the type of the host server can be determined.
Currently defined is:
PROLIO MS-DOS text based server
WIO MS-Windows based graphics server
XWIO X-Windows based graphics server
servertype(Type), Type = "PROLIO", write("No graphics today!"),nl.
No runtime errors.
prolog-process, client-server, object