%title 'Exit -- MailBox Master command' module Exit ( ident = 'V4.0') = begin %sbttl 'module declarations' library 'SYS$LIBRARY:STARLET'; library 'MBMLIB'; %sbttl 'Exit -- Exit MailBox Master program' global routine Exit = begin return MBM_Cond end; end eludom