Next: mpg-ref-atom_chars, Previous: mpg-ref-at_end_of_stream, Up: mpg-bpr [Contents][Index]
atom/1
ISOatom(+Term)
Succeeds if Term is currently instantiated to an atom.
term
| ?- atom(pastor). yes | ?- atom(Term). no | ?- atom(1). no | ?- atom('Time'). yes
None.