Prolog combinatoric of two lists ignoring the last items

后端 未结 0 1074
夕颜
夕颜 2021-01-03 13:10

I\'m trying to get the combinatorics of two lists ignoring the last element of both.

the code:

isady(_, [_]) :-
    write(\'stop here\'),
    nl,
    f         


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