Documentation Prolog Predicate Reference builtin atomic/1

atomic/1

Check if atom, integer or float.

Description

atomic( @term )

atomic(X) is true if and only if X is either an atom, an integer or a float.

Implementation