| Did you know ... | Search Documentation: |
| Predicate pengine_respond/3 |
[det]pengine_respond(+Pengine,
+Input, +Options)Defined in terms of pengine_send/3, as follows:
pengine_respond(Pengine, Input, Options) :-
pengine_send(Pengine, input(Input), Options).