Install.Mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Spreitzer, February 12, 1986 4:28:38 pm PST
Willie-Sue, June 18, 1986 3:38:04 pm PDT
DIRECTORY Commander, Rope;
Install:
CEDAR
DEFINITIONS
= BEGIN
ROPE: TYPE = Rope.ROPE;
Install:
PROC [subject:
ROPE, parent: Commander.Handle]
RETURNS [foundFile, failed:
BOOL];
~foundFile => failed
failed will also be true if some command in the load file failed.
END.