Skip to main content
Version: v15.0.0

atom_length/2

Description

atom_length/2 is a predicate that determines the length of an atom.

Signature

atom_length(+Atom, ?Length)

Where:

  • Atom is the atom whose length to determine.
  • Length is unified with the number of characters in Atom.