YAP 7.1.0
read_term_from_atom/3

read_term_from_atom( +Atom , -T , +Options ) More...

Detailed Description

read_term_from_atom( +Atom , -T , +Options )

read a term T stored in constant Atom according to Options

Parameters
<em>Atom</em>the source Atom
<em>T</em>the output term T, may be any term
<em>Options</em>read_term/3 options
Note
Originally from SWI-Prolog, in YAP only works with internalised atoms Check read_term_from_atomic/3 for the general version Also, the built-in is supposed to use YAP's internal encoding, so please avoid the encoding/1 option

The documentation for this class was generated from the following file: