Availability:built-in
[ISO]writeq(+Term)Write Term to the current output, using brackets and
operators where appropriate. Atoms that need quotes are quoted. Terms
written with this predicate can be read back with read/1
provided the currently active operator declarations are identical and
Term. Equivalent to
write_term(Term, [quoted(true), numbervars(true)])
.