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