I have created a table in my prolog file using this code:
tableBody(A,B,E) :- bool(A), bool(B), write(A), write(\' \\t \'), write(B), write(\' \\t