WalnutOpsExtras.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Willie-Sue, August 14, 1986 10:06:50 am PDT
More Top-level Walnut Operations Interface
Created by: Willie-sue, October 21, 1985
DIRECTORY
Rope USING [ROPE];
WalnutOpsExtras:
CEDAR
DEFINITIONS =
BEGIN
Procedures
Primitive message operations
GetMsgSize:
PROC [msg: Rope.
ROPE]
RETURNS[textLen, formatLen:
INT];
returns the size of the text and formatting information of a message
END.