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 Rhinorhino 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: ice128
  • Content: Threads
  • Order by date
  1. ice128

    How to state Var > 0?

    i need to state in prolog that memb[index][addr] > 0 I write: Val >= 0 :- memb(Index, Addr, Val). But swi prolog says: ERROR No permission to modify static_procedure `(>=)/2' What is workaround of this mistake? Thank you.

Part and Inventory Search

Back
Top