7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
|
|
||
|
% uncomment the next line if your Prolog compiler supports modules
|
||
|
%:- ensure_loaded(module).
|
||
|
|
||
|
:- initialization(
|
||
|
logtalk_load([category, objects, database, plain, benchmarks], [events(on)])).
|