Documentation Prolog Predicate Reference charsio write_term_to_chars/3

write_term_to_chars/3

Write Prolog term to a list of characters.

Description

write_term_to_chars( +term, +options, ?list_of_chars )

Write a term to a list of characters.

Implementation