ref: 2d7cc7c32299e2b49e3be6d3f9c21f43c3ce7415 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; };