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. kilosi

    Expression Tree

    Background: I am trying to write an expression in prolog. I have some code that transverses the tree. I just need to figure out how to perform the operators, as they are variables. For example, we have this: compute(expTree(+, expTree(const, 10), 5), X). When it's all said and done, it will...

Part and Inventory Search

Back
Top