atom_chars/2
[ISO]atom_chars(
+Atom,
-Chars)
atom_chars(
-Atom,
+Chars)
Chars is the chars comprising the printed representation of Atom.
The chars
comprising the printed representation of Atom.
The atom containing exactly those characters, even if the characters look like the printed representation of a number.
Initially, either Atom must be instantiated to an atom, or Chars must be instantiated to a proper chars.
Any atom that can be read or written by Prolog can be constructed
or decomposed by atom_chars/2
.
instantiation_error
type_error
representation_error
atom_codes/2
.