Documentation Prolog Predicate Reference builtin ground/1

ground/1

Check if term has no free variables.

Description

ground( @term )

ground(Term) is true if and only if Term holds no free variables.

Implementation