ref: 2459e34d77e2e21ef829c0dfaafd99433899494f 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; };