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