/* LOADER.PL */ /* Shelved on the 3rd of October 1988 */ /****************************************************************************/ /************* PROGRAM: loader **********************************************/ /**************************************************************************** This program may be used and amended for non-profit making purposes on condition that this header be left intact and in situ. Copyright: Steven Salvini 1986, 1987, 1988 Amended: Steven Salvini: 1987 Steven Salvini: 1988 ****************************************************************************/ /**************************************************************************** loader: loads in files required for 'dentest' ****************************************************************************/ /* :- reconsult( 'termcap.pl' ). */ :- reconsult( 'compat.pl' ). :- reconsult( 'term.pl' ). :- reconsult( 'writef.pl' ). :- reconsult( 'ops.pl' ). :- reconsult( 'explore.pl' ). :- reconsult( 'main.pl' ). :- reconsult( 'user_answer.pl' ). :- reconsult( 'show_answer.pl' ). :- reconsult( 'history.pl' ). :- reconsult( 'utilities.pl' ). /****************************************************************************/ /************* END OF PROGRAM: loader ***************************************/ /****************************************************************************/