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 -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -