Documentation Prolog Predicate Reference builtin upcase_atom/2

upcase_atom/2

Turn atom into uppercase.

Description

upcase_atom( +atom, -atom )

upcase_atom(AnyAtom, UppercaseAtom) is true if UppercaseAtom is the result of turning every character in AnyAtom to upper case.

Implementation