reportsomeveryinterestingfact(X):-
	telling(OldOut),
	tell('uniquefilename.txt'),
	write(X),
	told,
	tell(OldOut).

