unbound

BAP Online Manuals : Library Reference : Library by Name : unbound
Previous: true
Next: var

6.2.135. unbound

tests whether its argument is currently uninstantiated

SYNOPSIS

unbound(Var)

SYNTAX

unbound(Var) (i)

ARGUMENTS

void(Var) (i) Term to be tested.

DESCRIPTION

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.

ERRORS

No runtime errors.

LAYERS

prolog-process, client-server, object

RELATED PREDICATES

bound , nonvar ,

var , unbound


BAP Online Manuals : Library Reference : Library by Name : unbound
Previous: true
Next: var