Re: jpl.JRef usage



Another question:
how can Prolog arrays be represented in Java? Do I have to construct
them as
'.'(Head,Tail)
?
How do I represent the Prolog empty list in Java?
.