| Did you know ... | Search Documentation: |
| host_data->initialise |
:- pce_begin_class(term, object,
"Represent a prolog term").
variable(value, prolog, both, "represented value").
initialise(T, Term:prolog) :->
send_super(T, initialise),
send(T, value, Term).
:- pce_end_class.