ref: 866d74c0c4bb50e85e9e8bb95140c10d409e53be
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;
}