-- ALE.config
--    Edited by Sweet, September 12, 1980  2:34 PM

ALE: CONFIGURATION
  IMPORTS DisplayDefs, FrameDefs, ImageDefs, IODefs, MiscDefs, MiscOps, Process, ProcessDefs, SegmentDefs, StreamDefs, String, StringDefs, Storage, SystemDefs, TimeDefs, Window, WindowOps, WindowFont
  CONTROL ALEDisp, ALELinesA, ALELinesB, ALEMouse, ALEIn, ALEOut, ALEPress, ALECmd =
  BEGIN
  Allocator;
  Vista;
  PressOut;
  ALEDisp;
  ALEText;
  ALELinesA;
  ALELinesB;
  ALEMouse;
  ALEPress;
  ALEIn;
  ALEOut;
  ALECmd;
  Gacha10; Helvetica8; Helvetica14;
  END.