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