📜  最后序言 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:01.854000             🧑  作者: Mango

代码示例1
?- last([a,b,foo],foo).
true.


?- last([a,b,foo],bar).
false.