-- file: PLtoTFVars1.mesa -- Pascal-to-Mesa translator output, translated at October 23, 1985 11:00:04 am PDT -- Pavel, October 23, 1985 11:03:44 am PDT DIRECTORY PascalBasic, PascalWizardFiles, PLtoTFPrivate; PLtoTFVars1: PROGRAM IMPORTS PascalBasic EXPORTS PLtoTFPrivate = PUBLIC BEGIN OPEN PascalBasic, PascalWizardFiles, PLtoTFPrivate; --:137----5:-- PlFile: Text; --:5----15: TfmFile: ByteFile; --:15----18:--Xord: LONG POINTER TO ARRAY PascalChar OF AsciiCode _ PascalStaticZone.NEW[ARRAY PascalChar OF AsciiCode]; --:18----21: Line: PascalInteger; GoodIndent: PascalInteger; Indent: PascalInteger; Level: PascalInteger; END.