Search results for "write"
Total:63 matches from Reference Manual(0.10 sec.)
Showing:25 matches from Reference Manual
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) . | |
4.32 Formatted Write |
writef/1 | Equivalent to writef(Atom, []) . |  |
writef/2 | Formatted write. |  |
Sec. 4.32 | Formatted Write | |
format/3 | As format/2, but write the output on the given Output. | |
swritef/3 | Equivalent to writef/2, but “writes” the result on String instead of the current output stream. |  |
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. |  |