submit {rswipl} | R Documentation |
Submit a query that has been opened with query()
before.
Description
Submit a query that has been opened with query()
before.
Usage
submit()
Value
If the query fails, FALSE
is returned. If the query succeeds, a
(possibly empty) list is returned that includes the bindings required to
satisfy the query.
See Also
query()
for a opening a query.
clear()
for a clearing a query.
[Package rswipl version 9.3.7.2 Index]