[det]with_quasi_quotation_input(+Content, 
-Stream, :Goal)
- Its initial position represents the position of the start of the quoted material.
 - It is a text stream, using 
utf8encoding. - It allows for repositioning
 - It will be closed after Goal completes.
 
| Goal | is executed as once(Goal). Goal 
must succeed. Failure or exceptions from Goal are interpreted 
as syntax errors.  | 
- See also
 - phrase_from_quasi_quotation/2 can be used to process a quotation using a grammar.