Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > d1f06a5336fd6bf4a381b72b8d2b5ce1 > files > 78

gprolog-1.2.16-3mdk.ppc.rpm

% hook file for BinProlog

% Count is passed as a fact at the end of the source
get_count(Count) :-
	count(Count).

get_cpu_time(T) :-
	statistics(runtime,[_,T]).

% no initialization, script executes q/0 after consult

main :-
	q.