10.1. Built-in predicates#
Term manipulation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the variables in term |
Database manipulation
|
|
|
|
|
|
|
the first clause unifying with |
|
all clauses with head unifying with |
|
all clauses defining |
|
save the clauses in the database to |
|
load the clauses in |
|
declare an operator |
Control
|
call |
|
|
|
forces failure. |
|
always succeeds.
|
|
succeeds indefinitely many times on backtracking.
|
|
|
|
|
|
as |
|
for all the solutions of
|
Interaction
|
|
|
write |
|
write |
|
write a newline to the screen. |
|
|
|
write character with ASCII code |
|
redirect output to |
|
stop redirecting output. |
|
redirect input from |
|
stop redirecting input. |