Next: mpg-ref-op, Previous: mpg-ref-on_exception, Up: mpg-bpr
once/1
once(+P)
once(
)
Equivalent to:
call(P) -> true ; fail.
except that the use of call/1 often can be avoided.
call/1
Cuts in P do not make sense, but are allowed, their scope being the goal P.
Call errors (see ref-sem-exc).
ref-sem.