/************************************************************************ file: libinc/flrsystem_inc.flh Author(s): Guizhen Yang 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" #endif :- import flora_load_system_module/1 from flrlibman. ?- flora_load_system_module(FLSYSMODSYSTEM). /***********************************************************************/