Create a compound term with the given name from the given vector of arguments. See PlTermV for details.
a new PlTerm
The example below creates the Prolog term hello(world).
PlTerm t = PlTerm.PlCompound("hello", new PlTermv("world"));
Create a compound term with the given name from the given vector of arguments. See PlTermV for details.
The example below creates the Prolog term hello(world).
PlTerm t = PlTerm.PlCompound("hello", new PlTermv("world"));