Navigation  without Java Scripts

Exception Handling and Error Trapping

Visual Prolog includes powerful mechanisms for handling error situations, as well as controlling user breaks. The programmer may select among various levels of error checking and error reporting.

check_diskette(S):-
        trap(disk(S),ExitCode, errorhandler(ExitCode)).