-- SageServer.mesa,
-- Last edited by Barth, 30-Jan-84 14:44:15

DIRECTORY
  SageRpcControl USING [ExportInterface];
 
SageServer: PROGRAM
  IMPORTS SageRpcControl =
  BEGIN
  
  SageRpcControl.ExportInterface[user: NIL, password: TRASH ];

  END..