-- file: PLtoTFVars1.mesa -- Pascal-to-Mesa translator output, translated at September 23, 1986 1:41:45 pm 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.