phil_algs / Philosophy /bag_tt1.pl
luciangreen's picture
Upload 1424 files
557a17a verified
raw
history blame contribute delete
221 Bytes
#!/usr/bin/swipl -f -q
:-include('text_to_breasonings.pl').
:- initialization(catch(main, Err, handle_error(Err))).
handle_error(_Err):-
halt(1).
main :-
texttobr2(u,u,"square",u),
nl,
halt.
main :- halt(1).