![]() |
YAP 7.1.0
|
read_term_from_string( +String , - T , + Options ) More...
read_term_from_string( +String , - T , + Options )
read a term T stored in constant String according to Options
<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