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

  1. bullet25

    i want to add extra paramters to a compound term in prolog.

    i want to add extra paramters to a compound term in prolog. my input will look like: add(ax,1). add(ax,10). add(ax,20). i need prolog to take each of these compound terms and add extra paramters to them in the following order: add(ax,1,List1,List2). add(ax,10,List2,List3)...
  2. bullet25

    adding extra paramters to a paramter list in prolog

    i need to add extra paramters to a paramter list in prolog my parsed input will look like: add(ax,1). add(ax,10). add(ax,20). i need prolog to take each of these procedure calls and add extra paramters to the paramter list at run time in the following order: add(ax,1,List1,List2)...

Part and Inventory Search

Back
Top