Copyright (C) 1994, Digital Equipment Corp.
This interface is part of the
m3bundle
facility. See the manpage
for m3bundle
for details.
INTERFACEBundle ; TYPE T <: REFANY; PROCEDURE Get (bundle: T; element: TEXT): TEXT;
If an element namemdelement
was bundled intobundle
, then return the contents ofelement
as aTEXT
. Otherwise, return NIL.
********* UNIMPLEMENTED *********
PROCEDURE Elts (bundle: T): REF ARRAY OF TEXT;
Returns a list of elements that are bundled into bundle
.
END Bundle.