GetMe.Mesa
Last Edited by: Spreitzer, August 17, 1985 8:20:06 pm PDT
DIRECTORY BcdDefs, Rope, TimeStamp;
GetMe:
CEDAR
DEFINITIONS = {
GetVersion:
PROC
RETURNS [TimeStamp.Stamp];
Returns version stamp of calling BCD.
GetAncestorVersion:
PROC [moduleName: Rope.
ROPE]
RETURNS [TimeStamp.Stamp];
Returns version stamp of calling BCD or config containing it, as named.
StandardScrewyEncoding: PROC [ts: TimeStamp.Stamp] RETURNS [Rope.ROPE];
GetBCD:
PROC
RETURNS [BcdDefs.BcdBase];
Returns the calling BCD.
}.