tests whether its argument is currently uninstantiated
unbound(Var)
unbound(Var) (i)
void(Var) (i) Term to be tested.
This is a standard prolog built-in. Bound succeeds if its argument is currently unbound, fails otherwise.
NOTE: var and free do just the same.
No runtime errors.
prolog-process, client-server, object