| | |
[Visual Prolog-Assert]
![]() |
•
•
Join Date: Aug 2009
Posts: 30
Reputation:
Solved Threads: 0
Hi Guys
now i am in a problem
i want to make a program that assert some database and then retract the one which have a specific thing
then display the database after retracting
well i have coded it
but it display the new + the old
i want the new only to be display means after retracting
now i am in a problem
i want to make a program that assert some database and then retract the one which have a specific thing
then display the database after retracting
well i have coded it
but it display the new + the old
i want the new only to be display means after retracting
database-db anything2(integer,integer,integer) predicates nondeterm anything. clauses anything:- anything2(1,X,Y), retractall(anything2(1,X,Y)), assert(anything2(3,X,Y)). goal assert(anything2(1,2,3)),assert(anything2(2,2,3)), assert(anything2(1,1,3)),anything,anything2(X,Y,Z).
![]() |
Similar Threads
- Adding Library to Visual Studio 2008 (C++)
- Prolog [Assert & retract] (Legacy and Other Languages)
- "ffmpeg" and Visual Studio 2008 (C++)
- Visual Studios 2008 (Windows NT / 2000 / XP)
- my visual c++ examples blog (Show Off your Projects)
- TORONTO, CANADA: Exciting startup seeking Visual / Interaction Designer (Web Development Job Offers)
- Visual C++/ CLI Developer (Software Development Job Offers)
Other Threads in the Legacy and Other Languages Forum
- Previous Thread: Hack 9.08 - found bus error
- Next Thread: Common Lisp Help...
Views: 531 | Replies: 0
| Thread Tools | Search this Thread |
Tag cloud for Legacy and Other Languages





