Handbook
Glossary
with-delimiter ( ch quot -- )
Comma-separated-values parsing and writing
Prev:
csv>string ( csv -- string )
Next:
read-csv ( -- rows )
Vocabulary
csv
Inputs
ch
field delimiter (e.g. CHAR: \t)
quot
a
quotation
Outputs
None
Word description
Sets the field delimiter for read-csv, read-row, write-csv, or write-row words.
Definition
USING:
kernel
namespaces
;
IN:
csv
:
with-delimiter
( ch quot -- )
[
delimiter
]
dip
with-variable
;
inline