root/trunk/examples/benchmarks/loader_no_events.lgt

Revision 4601, 197 bytes (checked in by pmoura, 7 weeks ago)

Added svn:mime-type property to source files (set to text/x-logtalk).

  • Property svn:mime-type set to text/x-logtalk
  • Property svn:eol-style set to native
Line 
1
2% uncomment the next line if your Prolog compiler supports modules
3%:- ensure_loaded(module).
4
5:- initialization(
6    logtalk_load([category, objects, database, plain, benchmarks], [events(off)])).
Note: See TracBrowser for help on using the browser.