I have the Additional Jars defined
Using this page for examples
, how to make these calls and assignments?
projog.consultFile(new File("src/main/resources/test.pl"));
QueryResult r1 = projog.executeQuery("test(X,Y).");
r1.getTerm("X")
QueryStatement s1 = projog.createStatement("test(X,Y).");
B4X:
#AdditionalJar: projog-core-0.9.0.jar
#AdditionalJar: projog-clp-0.3.0.jar
Using this page for examples
, how to make these calls and assignments?
projog.consultFile(new File("src/main/resources/test.pl"));
QueryResult r1 = projog.executeQuery("test(X,Y).");
r1.getTerm("X")
QueryStatement s1 = projog.createStatement("test(X,Y).");