ref: a411870ee4640241e3c494367d922847da84f972 dir: /module/csv.m/
CSV: module { PATH: con "/dis/lib/csv.dis"; init: fn(b: Bufio); getline: fn(fd: ref Bufio->Iobuf): list of string; quote: fn(s: string): string; };