<> <> <> <> TJaM: CONFIGURATION LINKS: CODE IMPORTS Convert, ConvertUnsafe, IO, FS, Process, Real, RealFns, Rope, UnsafeStorage EXPORTS JaMFnsDefs, StreamDefs, JaMOps, JaMDict, JaMStorage, JaMVM CONTROL JaMStorageImpl, JaMVMImpl, StreamDefsImpl, JaMFnsDefsImpl = { JaMKernel: CONFIGURATION IMPORTS Convert, JaMStorage, JaMVM, StreamDefs, Process, Real, RealFns, Rope EXPORTS JaMOps, JaMDict CONTROL JaMStartImpl, JaMArrayImpl, JaMDictImpl, JaMExecImpl, JaMHashImpl, JaMLocalImpl, JaMMathImpl, JaMNameImpl, JaMScannerImpl, JaMScanner2Impl, JaMStackImpl, JaMStreamImpl, JaMStringImpl, JaMTypeImpl, JaMControlImpl = { JaMStartImpl; -- start this first JaMArrayImpl; JaMDictImpl; JaMExecImpl; JaMHashImpl; JaMLocalImpl; JaMMathImpl; JaMNameImpl; JaMScannerImpl; JaMScanner2Impl; JaMStackImpl; JaMStreamImpl; JaMStringImpl; JaMTypeImpl; JaMControlImpl; -- start this last }; JaMKernel; JaMStorageImpl; JaMVMImpl; StreamDefsImpl; JaMFnsDefsImpl; }.