upgrade JPL
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1936 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
10
LGPL/JPL/java/jpl/test/Ga2.java
Normal file
10
LGPL/JPL/java/jpl/test/Ga2.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package jpl.test;
|
||||
|
||||
import jpl.Query;
|
||||
|
||||
public class Ga2 {
|
||||
public static void main(String argv[]) {
|
||||
// Prolog.set_default_init_args(new String[] { "libpl.dll", "-f", "D:/pcm/bin/pcm.ini", "-g", "pcm_2000" });
|
||||
(new Query("current_prolog_flag(K,V),write(K-V),nl,fail")).oneSolution();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user