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