| Did you know ... | Search Documentation: |
| Search results for "write" |
| Reference Manual | ||
|---|---|---|
| 4.20 Term reading and writing | ||
| write/1 | Write Term to the current output, using brackets and operators where appropriate. | |
| write/2 | Write Term to Stream. | |
| writeq/1 | Write Term to the current output, using brackets and operators where appropriate. | |
| writeq/2 | Write Term to Stream, inserting quotes. | |
| write_canonical/1 | Write Term on the current output stream using standard parenthesised prefix notation (i.e., ignoring operator declarations). | |
| write_canonical/2 | Write Term in canonical form on Stream. | |
| write_length/3 | True when Length is the number of characters emitted for write_term(Term, Options). | |
| write_term/2 | The predicate write_term/2 is the generic form of all Prolog term-write predicates. | |
| write_term/3 | As write_term/2, but output is sent to Stream rather than the current output. | |
| Sec. 4.20 | Term reading and writing | |
| writeln/1 | Equivalent to write(Term), nl. | |
| writeln/2 | Equivalent to write(Stream, Term), nl(Stream). | |
| A.29 library(writef): Old-style formatted write | ||
| writef/1 | Formatted write to the current_output. | ![]() |
| writef/2 | Formatted write to the current_output. | ![]() |
| Sec. A.29 | library(writef): Old-style formatted write | |
| swritef/2 | Use writef/1 or writef/2 and write the result to a string. | ![]() |
| swritef/3 | Use writef/1 or writef/2 and write the result to a string. | ![]() |
| A.12 library(dcg/basics): Various general DCG utilities | ||
| white//0 | Take next white character from input. | ![]() |
| A.11 library(csv): Process CSV (Comma-Separated Values) data | ||
| csv_write_file/2 | Write a list of Prolog terms to a CSV file. | ![]() |
| csv_write_file/3 | Write a list of Prolog terms to a CSV file. | ![]() |
| csv_write_stream/3 | Write the rows in Data to Stream. | ![]() |
| csv//1 | Prolog DCG to‘read/write’CSV data. | ![]() |
| csv//2 | Prolog DCG to‘read/write’CSV data. | ![]() |
| A.18 library(fastrw): Fast reading and writing of terms | ||
| fast_write/1 | Output Term in a way that fast_read/1 and fast_read/2 will be able to read it back. | ![]() |
| fast_write_to_string/3 | Perform a fast-write to the difference-slist String\Tail. | ![]() |