Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aznxhung

    Define the functions in prolog

    The whole question is define the following predicates in prolog: 1, lastelem(L,X) which is true only when X is the last element in the list L. 2, replast(L,X,M) which is true only when M is the same as L except(possibly) for the last element which is X for M. 3, exchfal(L,M) which is true only...

Part and Inventory Search

Back
Top