Did you know ... Search Documentation:
Search results for "write"

Search results for "write"

Total:63 matches from Reference Manual(0.12 sec.)
Showing:25 matches from Reference Manual
Reference Manual
 
4.20 Term reading and writing
write/1Write Term to the current output, using brackets and operators where appropriate.
write/2Write Term to Stream.
writeq/1Write Term to the current output, using brackets and operators where appropriate.
writeq/2Write Term to Stream, inserting quotes.
write_canonical/1Write Term on the current output stream using standard parenthesised prefix notation (i.e., ignoring operator declarations).
write_canonical/2Write Term in canonical form on Stream.
write_length/3True when Length is the number of characters emitted for write_term(Term, Options).
write_term/2The predicate write_term/2 is the generic form of all Prolog term-write predicates.
write_term/3As write_term/2, but output is sent to Stream rather than the current output.
Sec. 4.20Term reading and writing
writeln/1Equivalent to write(Term), nl.
writeln/2Equivalent to write(Stream, Term), nl(Stream).
4.32 Formatted Write
writef/1Equivalent to writef(Atom, []).Source
writef/2Formatted write.Source
Sec. 4.32Formatted Write
format/3As format/2, but write the output on the given Output.
swritef/3Equivalent to writef/2, but “writes” the result on String instead of the current output stream.Source
A.12 library(dcg/basics): Various general DCG utilities
white//0Take next white character from input.Source
A.11 library(csv): Process CSV (Comma-Separated Values) data
csv_write_file/2Write a list of Prolog terms to a CSV file.Source
csv_write_file/3Write a list of Prolog terms to a CSV file.Source
csv_write_stream/3Write the rows in Data to Stream.Source
csv//1Prolog DCG to‘read/write’CSV data.Source
csv//2Prolog DCG to‘read/write’CSV data.Source
A.17 library(fastrw): Fast reading and writing of terms
fast_write/1Output Term in a way that fast_read/1 and fast_read/2 will be able to read it back.Source
fast_write_to_string/3Perform a fast-write to the difference-slist String\Tail.Source