How to add parameter titles at the top of prolog tables?

前端 未结 0 1153
我寻月下人不归
我寻月下人不归 2020-12-31 05:16

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题