ref: 4a1fc5ccb596a0f88f465b81a638f0068e82f0b9
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;
}