outputs a term to a stream in a quoted form.
writeq/1 outputs a single term (Term) to the current
outputstream.
writeq/2 outputs a single term (Term) to the given stream(Stream).
Stream text output stream Term term
?- writeq('hello world').
'hello world'
These predicates are part of the ISO-Prolog Standard.
| scroll to top |
|