Documentation Prolog Predicate Reference builtin callable/1

callable/1

Check if term is callable.

Description

callable( @term )

callable(Term) is true if and only if Term is callable, i.e., if Term is an atom or a compound term.

Implementation