FeatureTest.Config
Last Edited by: Spreitzer, April 24, 1984 10:46:04 pm PST
DIRECTORY Fu, Bar;
FeatureTest: CONFIG
LINKS:FRAME
IMPORTS R1: Rope, R2: Rope, Furniture
EXPORTS F1: Features, F2: Features, Futures
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;
}.