FeatureTest.Config
Copyright Ó 1990 by Xerox Corporation. All rights reserved.
Last Edited by: Spreitzer, April 24, 1984 10:46:04 pm PST
Last tweaked by Mike Spreitzer on June 21, 1991 7:58 am PDT
DIRECTORY Fu, Bar;
FeatureTest: CONFIG
LINKS:FRAME
IMPORTS R1: Rope, R2: Rope, Furniture
EXPORTS F1: Features, F2: Features, Futures
STATIC REQUESTS "r1.s", "/palain/jaune/spreitzer/foo/baz.o", "TestLib.a", "/palain/jaune/spreitzer/foo/bar.sr", "Libby.a", "abc.o", "Zippy.a", "q.c2c.o", "../x.o"
DYNAMIC REQUESTS "r1.d", "/palain/jaune/spreitzer/foo/bar.dr", "def.o"
CONTROL f2, f =
{
Foreclosure: CONFIGURATION CONTROL Fubar = {FeaturesImpl ← FuBarGronk};
F1:Features ← FeaturesImpl[R1, Furniture];
F2 ← f2:FeaturesImpl;
C: CONFIG = {fuzzy ← F2};
C;
f:Foreclosure;
s:Simple;
SimplicityItself;
}.