ref: a39ae178fcc4387fe63efea4d15b34d52f4a13de dir: /appl/spree/lib/base64.m/
Base64: module { PATH : con "/dis/spree/lib/base64.dis"; encode : fn(b : array of byte) : string; decode : fn(s : string) : array of byte; };