- TERM bp_build_var():
Return an free Prolog variable.
- TERM bp_build_integer(int i):
Return a Prolog integer whose value is i.
- TERM bp_build_float(double f):
Return a Prolog float whose value is f.
- TERM bp_build_atom(char *name):
Return a Prolog atom whose name is name.
- TERM bp_build_nil():
Return a Prolog empty list.
- TERM bp_build_list():
Return a Prolog list whose car and cdr are free variables.
- TERM bp_build_structure(char *name, int arity):
Return a Prolog structure whose functor is name, arity is arity, and the arguments are all free variables.
Neng-Fa Zhou
2012-01-03