ends the running application, displaying an error code to the user
INCLUDE 'prolib.h' exit(20)
exit(ErrorCode) (i)
integer(ErrorCode) (i) Value to be displayed.
Exit ends your application entirely. The value of ErrorCode is displayed to the user.
Error = fatal, exit(100).
No runtime errors. Fails if ErrorCode is not an integer.
prolog-process, client-server, object
(none)