ref: 6042bb8adffe111049edfcb8b2eb1ad84814ed69 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; };