/************************************************************************ file: syslibinc/flrtables_inc.flh Author(s): Michael Kifer This file is automatically included by the FLORA compiler. ************************************************************************/ :- compiler_options([xpp_on]). #mode standard Prolog #if !defined(FLORA_TERMS_FLH) #define FLORA_TERMS_FLH #include "flora_terms.flh" :- import flora_load_library/1 from flrlibman. #endif ?- flora_load_library(FLLIBTABLES). /***********************************************************************/