| |||||||||||
| defines a relation between an atom and a list of one-character atoms.
atom_chars(-Atom, +List)
| |||||||||||
| atom_chars(abcde, L). | Succeeds with substitution L <- [a,b,c,d,e]. |
| atom_chars(A, [l,i,s,t]). | Succeeds with substitution A <- list. |
| atom_chars(list, [l,I,s,T]). | Succeeds with substitution I <- i, T<- t. |
This predicate is part of the ISO-Prolog Standard.
atom_codes/2, atom_concat/3, atom_length/2, atom_number/2, char_code/2, number_chars/2, number_codes/2, parse_atom/2/3, sub_atom/5.
| document: http://www.ifcomputer.co.jp/MINERVA/Manual/Reference/Predicates/atomic_term/atom_chars/print_en.html published 2008/6/30 update 1998/8/11 (c) 1996-2006 IF Computer Japan | ||||||||
|
| Back> |
|