YAP 7.1.0
read_term_from_string/3

read_term_from_string( +String , - T , + Options ) More...

Detailed Description

read_term_from_string( +String , - T , + Options )

read a term T stored in constant String according to Options

Parameters
<em>String</em>the source String
<em>T</em>the output term T, may be any term
<em>Options</em>read_term/3 options

Idea from SWI-Prolog, in YAP only works with strings Check read_term_from_atomic/3 for the general version


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