Skip to main content
Version: Next

atom_chars/2

Description

atom_chars/2 is a predicate that converts between an atom and a list of characters.

Signature

atom_chars(?Atom, ?Chars)

Where:

  • Atom is the atom.
  • Chars is a list of single-character atoms.