# support for host os commands # Os: module { PATH: con "/dis/o/os.dis"; init: fn(); filename: fn(name: string): string; run: fn(cmd: string) : (string, string); host: string; };