-- File: Static.config
-- Last modified by: Thacker, December 15, 1982  11:08 AM 

Static: CONFIGURATION
  IMPORTS --system stuff-- FrameDefs, IODefs, InlineDefs,
          SegmentDefs,StreamDefs, StringDefs, 
          --"common software" system interfaces-- String, Time
  CONTROL StaticImpl
= BEGIN

  RealImpl;
  CWFReal ← CWFRealImpl[];
  CWF ← CWFImpl[];
  StaticImpl;
END.