tests whether its argument is currently instantiated
bound(Var)
bound(Var) (i)
void(Var) (i) Term to be tested.
This is a standard prolog built-in. Bound() succeeds if its argument is currently bound anything, fails otherwise.
NOTE: nonvar () does just the same.
No runtime errors.
prolog-process, client-server, object