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 TouchToneTommy 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: *

  • Users: effatha
  • Content: Threads
  • Order by date
  1. effatha

    Prolog and List

    Hi, I'm trying to implement an algorithm in Prolog, in which I have a list L = [b1, b2, b3] and facts of the genre Liga2 (b1, 5), Liga2 (b2, 1), Liga2 (b3, 3). My aim is to sort the list L according to the argument of Liga2, getting as a result L = [b2, b3, b5]. Anyone can help me? Thanks

Part and Inventory Search

Back
Top