(* Copyright (C) 1990, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) INTERFACE M3DepInteract; IMPORT M3DepM3Path, M3Context; PROCEDURE Run(prompt: TEXT; c: M3Context.T; p: M3DepM3Path.T; initialCommands: TEXT) RAISES {}; (* Run an interactive session using 'prompt', and 'c', 'p' as the environment. Execute 'initialCommands' before interacting *) END M3DepInteract.