RPCEcho.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Hal Murray, January 21, 1986 9:55:08 pm PST
RPCEcho:
CEDAR
DEFINITIONS = {
ROPE: TYPE = Rope.ROPE;
TenWords: TYPE = ARRAY [0..10) OF WORD ← ALL[0];
Page:
TYPE =
ARRAY [0..256)
OF
WORD ←
ALL[0];
Error: ERROR;
Simple: PROC;
SloshTenWords: PROC [tenWords: TenWords] RETURNS [mumble: TenWords];
SloshPage: PROC [page: Page] RETURNS [mumble: Page];
DoAtom: PROC [atom: ATOM];
DoRope:
PROC [rope:
ROPE];