ref: 8fd174a0ce2e6bd4af629653d256c16f608c0165
dir: /appl/cmd/pause.b/
implement Pause; # # init program to do nothing but pause # include "sys.m"; include "draw.m"; Pause: module { init: fn(nil: ref Draw->Context, nil: list of string); }; init(nil: ref Draw->Context, nil: list of string) { <-chan of int; }