-- File: Static.config
-- Modified by: Thacker, December 15, 1982  11:08 AM 
-- Modified by: Don Curry, May 20, 1983  8:30 AM 

Static: CONFIGURATION
	IMPORTS
	-- System stuff
		FrameDefs, IODefs, InlineDefs, ProcessDefs,
		SegmentDefs, StreamDefs, StringDefs, SystemDefs, TrapDefs,
	-- "common software" system interfaces
		String, Time
	CONTROL StaticImpl = BEGIN
		RealImpl;
		CWFReal ← CWFRealImpl[];
		CWF ← CWFImpl[];
		StaticImpl;
		StorageZone;
		END.