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 IamaSherpa 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: Kipos
  • Order by date
  1. Kipos

    The function "append" doesn't work apending with lists of lists?

    ?- append([[[2, a, 2], [2, 2, 2], [2, 2, 2]], [[2, 2, 2], [2, a, 2], [2, 2, 2]], [[2, 2, 2], [2, 2, 2], [2, a, 2]]] , [[[a, 2, 2], [2, 2, 2], [2, 2, 2]], [[2, 2, 2], [a, 2, 2], [2, 2, 2]], [[2, 2, 2], [2, 2, 2], [a, 2, 2]]] , X). X = [[[2, a, 2], [2, 2, 2], [2, 2, 2]], [[2, 2, 2], [2, a, 2]...

Part and Inventory Search

Back
Top