-- Rigging.config, the kitchen sink for strings and things -- Russ Atkinson, June 10, 1982 4:48 pm Rigging: CONFIG LINKS: CODE IMPORTS Real, Runtime, SafeStorage, System, Time EXPORTS RefText, Rope, RopeInline, Convert, ConvertUnsafe, ShowTime CONTROL RefTextImpl, RopeImpl, RopeImplExt = BEGIN RefTextImpl; ConvertImpl; ConvertUnsafeImpl; RopeImpl; RopeImplExt; ShowTimeImpl; END.