summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.19
1 files changed, 8 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 90beb5bf..68b31ff1 100644
--- a/txr.1
+++ b/txr.1
@@ -85142,7 +85142,14 @@ followed by a comma.
The
.code get-csv
-function does not recognize or diagnose any errors; it extracts the
+function reads characters from the source stream as if using the
+.code get-char
+function.
+If at least one character from the input source, a record shall be returned.
+If no characters can be read due to end-of-file, it returns
+.codn nil .
+
+The function does not recognize or diagnose any errors; it extracts the
maximal prefix of the input source which constitutes a valid CSV record.
Characters not belonging to the CSV record remain in the stream.
Multiple calls to