<> <> <> DIRECTORY IO, SirPress, TexSysdepInline, TexTypes, VM; TexSysdepInlineImpl: PROGRAM IMPORTS VM EXPORTS TexSysdepInline = PUBLIC BEGIN pressFileStream: IO.STREAM; pressHandle: SirPress.PressHandle; pype: SirPress.Pipe; xCoord, yCoord: INTEGER; pyping: BOOLEAN; pypePosnsCount: INTEGER; pypeCharsLimit: INTEGER; pypeCharsCount: INTEGER; memStart: LONG POINTER; memStart _ VM.AddressForPageNumber[VM.Allocate[count: VM.PagesForWords[2*(INT[TexTypes.MemMax]+1)]].page]; END.