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