ffi - how can i get query response of prolog in c# -


i using swi prolog c# front end. if put query like:

plquery.plcall("assert(father(sam,lia))"); 

i want to display whether the query executed or not in mmessagebox. need answer in 'true' or 'false' comes in prolog console.


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

java - POJO with list of POJO to JSON display size and index -

objective c - Deep Linking for iOS Apps which are not installed yet? -