-- AreaPath.mesa
-- Last changed by Doug Wyatt, September 1, 1980 8:39 PM
DIRECTORY
Path USING [Handle];
AreaPath: DEFINITIONS = {
New: PROCEDURE[oddEven: BOOLEAN ← FALSE] RETURNS[Path.Handle];
AreaPathImpl: PROGRAM;
}.