VTEDIT050.B0` VTEDIT050.BBACKUP/NOASSIST/COMMENT=VAX/VMS SPKITBLD Procedure/INTER/LOG/VERIFY DISK$MASTER:[WECK.VTEDIT.KIT.V50.B]*.* MSA0:[0,0]VTEDIT050.B/LABEL=(VTEDIT)/SAVE/REWI/DENS=1600/NOINIT/NOREWIVAX/VMS SPKITBLD Procedure SYSTEM `#sV5.1 _PISA::  _PISA$MSA0: V5.0  #*[WECK.VTEDIT.KIT.V50.B]VTEDIT.CLD;6+,&./ 4(-"0123KPWO5 6h+7`~89Ŗ'vGHJdefine verb VTEDIT image TPU parameter P1 prompt="File" value(type=$infile) label=FILE_NAME qualifier COMMAND default% value(default="tpuini",type=$infile) qualifier CREATE default qualifier DISPLAY default nonnegatable qualifier JOURNAL default value(type=$outfile) qualifier OUTPUT value(type=$outfile) qualifier READ_ONLY qualifier RECOVER qualifier SECTION default( value(default="vtesecini",type=$infile) nonnegatable#*[WECK.VTEDIT.KIT.V50.B]VTEDIT.UPD;6+,./ 41-"0123KPWO5 6mp7`89Ŗ'vGHJ- 1 qualifier NOLSE nonnegatable syntax NOLSVTEDIT image VTEDIT parameter p1 label=INPUT_FILE value(type=$file) qualifier LSE qualifier COMMAND placement=global value(required,type=$file) qualifier CREATE placement=global default qualifier CURRENT_FILE placement=global default qualifier DISPLAY default nonnegatable qualifier JOURNAL placement=global default value(type=$file) qualifier ENVIRONMENT placement=global value(required,list,type=$file) qualifier INITIALIZATION placement=global value(required,type=$file) qualifier LANGUAGE placement=global value(required) qualifier OUTPUT placement=global value(type=$file) qualifier READ_ONLY placement=global qualifier RECOVER placement=global qualifier START_POSITION placement=global nonnegatable value(required,list) qualifier SYSTEM_ENVIRONMENT placement=global default1 value(default=lse$system_environment,type=$file) qualifier MODIFY placement=global qualifier WRITE placement=global disallow READ_ONLY AND WRITEdefine syntax NOLSVTEDIT/&*[WECK.VTEDIT.KIT.V50.B]VTEDIT_VX.HLP;1+, .'/ 4I'%-"0123KPWO(56 ̅:789Ŗ'vGHJ1 VTEDITH The VTEDIT command invokes the TPU editor using the VTEDIT interface.H The VAX Text Processing Utility (VAXTPU) is a high performance,H extensible utility that provides several editing interfaces. TheH VTEDIT interface is an efficient, keypad driven editor allowing multiH window editing and providing semi-automatic, context dependent text formatting.  Format $ VTEDIT [file-spec] 2 New_userH VAXTPU is a new text processing utility for VAX/VMS Version 4.2 andH later. High performance and extensibility are two of the majorH features of VAXTPU. The screen oriented text processing features ofH VAXTPU are targeted to the VT200 and VT100 families of terminals, butH they can be used on other ANSI CRTs. VAXTPU can also be used to do batch mode text processing. H The utility consists of a procedural language, a compiler, anH interpreter, and several editing interfaces. The interfaces are writtenH in the VAXTPU language and they are layered on VAXTPU. You can use theH interfaces to perform editing tasks, and you can use them to accessH VAXTPU features that allow you to customize or extend the interface you are using. H After you are familiar with one of the editing interfaces and theH functions it provides, use the VAX Text Processing Reference Manual for information on VAXTPU. H Once you have invoked VAXTPU with the VTEDIT editing interface, you canH get on-line help about both the interface and VAXTPU from within theH VTEDIT interface. This DCL HELP file contains descriptions of theH qualifiers and parameters that can be used with the VTEDIT command at DCL level. 2 Parameters file-specH Specifies the file to be created or edited using the VTEDIT editingH interface. If the file you specify does not exist, the VTEDITH interface provides a buffer in which to create the file. If you writeH out the contents of the buffer VAXTPU will create the file in the appropriate directory. I If you do not provide a file specification as a parameter when youI invoke VAXTPU, the VTEDIT interface will try to find out which file wasI edited last, and re-edit that file. If VTEDIT's memory is empty, VTEDITI will create an empty buffer named '$Main' having no output file name associated with it. H VAXTPU does not provide a default file type when creating files; ifH you do not include a file type, it is null. The file must be a disk' file on a Files-11 formatted volume. 2 Command_Qualifiers/COMMAND /COMMAND[=command-file] (D) /NOCOMMANDH Determines whether VAXTPU reads a user-written command file forH initialization purposes. The default file type for command files isH TPU. By default, VAXTPU tries to read a file called TPUINI.TPU fromH your default directory. You can use a file specification after theH /COMMAND qualifier or define the logical name TPUINI to point to a* command file other than the default one. H If VTEDIT is invoked with LSE support, the logical name LSE$COMMAND isH an alternative to the /COMMAND command qualifier. If /COMMAND orH /NOCOMMAND does not appear on the command line, VTEDIT attempts toH translate the logical name LSE$COMMAND. If it has a translation, that? value is used in the same way as the /COMMAND qualifier value.H To prevent VAXTPU from processing a command file, use the /NOCOMMANDH qualifier. When you are not using a command file, specifyingH /NOCOMMAND decreases startup time by eliminating the search for a command file. /CREATE /CREATE (D) /NOCREATEH Controls whether VAXTPU creates a new file when the specified inputH file is not found. The VTEDIT interface is responsible for processingH this qualifier. By default, the VTEDIT interface provides a buffer inH which to create the file. If you write out the contents of the bufferH (either explicitly or by exiting from the editor), VAXTPU will create aH new file for the input file specification. When you use the /NOCREATEH qualifier and enter a file specification that does not exist, VTEDIT1 returns you to the DCL command level as follows: $ VTEDIT/NOCREATE NEWFILE.DATH (VTEDIT clears the screen and displays a message similar to the following:)4 Input file does not exist: DISK$:[USER]NEWFILE.DAT; $ /CURRENT_FILE /CURRENT_FILE (D) /NOCURRENT_FILEH If no input file is specified on the command li F VTEDIT050.B "&[WECK.VTEDIT.KIT.V50.B]VTEDIT_VX.HLP;1I'4V ne, /CURRENT_FILEH specifies that the name and type of the current file be used as theH input file. If an incomplete file specification is specified on theH command line (that is, only a file name or a file type), /CURRENT_FILEH specifies that the name or the type of the current file be used toH complete the file specification. If /NOCURRENT_FILE is specified,H VTEDIT will not use the current file to resolve an input file. specification. /CURRENT_FILE is the default.H This qualifier is only valid if VTEDIT has been installed with LSEH support and if the qualifier /NOLSE is not present on the command line. /ENVIRONMENT /ENVIRONMENT=file-spec-list /NOENVIRONMENT (D)H Specifies the name of one or more binary environment files containingH Editor language, token, placeholder, or alias definitions. The Editor6 reads in these definitions as part of Editor startup.H The file-spec-list is either a single file-spec or a list of file-specs1 separated by commas and enclosed in parentheses.H If definitions or deletions of items appear in more than one file, theD definition that appeared in the first listed file takes precedence.H SYS$LIBRARY is the default device, and the default file type is .ENV.H The logical name LSE$ENVIRONMENT is an alternative to the /ENVIRONMENTH qualifier. If /ENVIRONMENT or /NOENVIRONMENT is not used, the EditorH will attempt to translate the logical name LSE$ENVIRONMENT. If theH logical name has translations, the values are used in the same way asH the /ENVIRONMENT qualifier values. The Editor translates the first ten/ indices of the logical name LSE$ENVIRONMENT.H This qualifier is only valid if VTEDIT has been installed with LSEH support and if the qualifier /NOLSE is not present on the command line./INITIALIZATION /INITIALIZATION=file-spec /NOINITIALIZATION (D)H Specifies the name of one or more source files containing a sequence of; Editor commands to be executed as part of Editor startup.H The logical name LSE$INITIALIZATION is an alternative to theH /INITIALIZATION qualifier. If /INITIALIZATION or /NOINITIALIZATION isH not used, the Editor will attempt to translate the logical nameH LSE$INITIALIZATION. If the logical name has a translation, that value@ is used in the same way as the /INITIALIZATION qualifier value.H This qualifier is only valid if VTEDIT has been installed with LSEH support and if the qualifier /NOLSE is not present on the command line./JOURNAL /JOURNAL[=journal-file] (D) /NOJOURNALH Determines whether VAXTPU keeps a journal file of your editing sessionH so that you can recover from an interrupted session. The VTEDITH interface is responsible for processing this qualifier. By default,H the VTEDIT interface maintains a journal file that has the same name asH the input file and a file type of TJL. If you invoke VAXTPU without aH file specification, the default name for the journal file is TPU.TJL.H Use a full file specification with the /JOURNAL qualifier to specify a% different name for the journal file.H If you are editing a file from another directory and want the journalH file to be located in that directory, you must use the /JOURNALH qualifier with a file specification that includes the directory name.F Otherwise, VAXTPU creates the journal file in the default directory. H To prevent VAXTPU from keeping a journal file for your editing session, use the /NOJOURNAL qualifier. H See the /RECOVER qualifier for information on how to have VAXTPU3 process the commands contained in a journal file. /LANGUAGE /LANGUAGE=languageH Sets the language for the current input file, overriding the language) indicated by the input file's file type.H This qualifier is only valid if VTEDIT has been installed with LSEH support and if the qualifier /NOLSE is not present on the command line./LSE /LSE /NOLSEH Controls whether VTEDIT loads the Language-Sensitive Editor VAX LSE orH not. The Language-Sensitive Editor is a multi-language advanced textH editor specifically designed for software development, available as aH layered product for VMS. If VTEDIT is installed with LSE support, LSEH will be loaded together with VTEDIT, unless this is explicitly. inhibited by specifying the /NOLSE qualifier. C Use of this Qualifier requires presence of VAX LSE on your system./MODIFY /MODIFY (D) /NOMODIFYH Specifies whether the buffer created for the input file is modifiableH or unmodifiable. If you specify the /MODIFY qualifier, the VTEDITH command creates a modifiable buffer. If you specify the /NOMODIFYH qualifier, the VTEDIT command creates an unmodifiable buffer. If youH do not specify either qualifier, VTEDIT determines the buffer'sH modifiable status from the read-only/write setting. By default, aC read-only buffer is unmodifiable and a write buffer is modifiable.H This qualifier is only valid if VTEDIT has been installed with LSEH support and if the qualifier /NOLSE is not present on the command line./OUTPUT /OUTPUT=output-file (D) /NOOUTPUTH Determines whether VAXTPU creates an output file at the end of yourH editing session. The VTEDIT interface is responsible for processingH this qualifier. By default, the VTEDIT interface uses the same fileH specification for both the input file and the output file. The outputH file has a version number one higher than the highest existing versionH of the input file. Use a file specification with the /OUTPUT qualifierH to specify a file name that is different from the input file. You canH include directory information as part of your output file specification% to send output to another directory.I The /NOOUTPUT qualifier suppresses the creation of an output file forI the main buffer, but not the creation of a journal file. If you invokeI VAXTPU with /NOOUTPUT and then decide you want an output file, use oneI of the output commands in the VTEDIT interface before you end the> editing session to write out the contents of the main buffer. /READ_ONLY /READ_ONLY /NOREAD_ONLY (D)I Determines whether VAXTPU keeps a journal file and creates output filesI from the contents of the main buffer and from any other user buffers.I With the default /NOREAD_ONLY, VAXTPU maintains a journal file andH creates output file from the contents of any buffers that you modified.I Using the /READ_ONLY qualifier is like using the /NOJOURNAL qualifierI for the editing session and the /NOOUTPUT qualifier for all buffers.I When you specify /READ_ONLY, VAXTPU does not maintain a journal file forI your editing session, and the NO_WRITE attribute is set for all userI buffers. When a buffer is set to NO_WRITE, the contents of the bufferI will not be written out when you leave VTEDIT. Both the EXIT and QUITI built-in procedures will end the editing session without creating a newI file from the contents of the user buffers (even if you modified them).I Use /READ_ONLY when you are searching a file. If you change your mindI and want to save any edits you make to the file, use the Write Text toI Output File command to write the currently selected range to an external> file. Remember, however, that you do not have a journal file. /RECOVER /RECOVER /NORECOVER (D)H Determines whether VAXTPU reads a journal file at t`Q/W VTEDIT050.B "&[WECK.VTEDIT.KIT.V50.B]VTEDIT_VX.HLP;1I'he start of an. editing session. The default is /NORECOVER. H When you use the /RECOVER qualifier, VAXTPU reads the appropriateH journal file and processes whatever commands it contains. If theH journal file type is not TJL or if the file name is not the same as theH input file name, you must include both the /JOURNAL=journal-file' qualifier and the /RECOVER qualifier. H When you are recovering a session, all files must be in the same stateH as they were at the start of the editing session being recovered. AllH terminal characteristics must also be in the same state as they were atH the start of the editing session being recovered. Check especially the% following terminal characteristics:  1. Device_Type 2. Edit_mode 3. Eightbit 4. Page 5. WidthH Furthermore, all initialization and environment files used in the4 original run must be used in the recovery run, too./START_POSITION! /START_POSITION=(Line,Character) /START_POSITION=(1,1) (D)H Specifies the starting line and character in the file. If a fileH specification is not specified, the last specification invoked by theH Editor is used. The cursor is positioned at the place corresponding toH the cursor's location at the time the last Editor-invoked file was left.H This qualifier is only valid if VTEDIT has been installed with LSEH support and if the qualifier /NOLSE is not present on the command line./SYSTEM_ENVIRONMENT /SYSTEM_ENVIRONMENT=file-spec /NOSYSTEM_ENVIRONMENT (D)+ /SYSTEM_ENVIRONMENT=LSE$SYSTEM_ENVIRONMENTH Specifies the name of a system environment file. The differenceH between files specified by this qualifier and those specified by aH /ENVIRONMENT qualifier is: Definitions derived from this qualifier/ cannot be saved by a SAVE ENVIRONMENT command.H This qualifier is only valid if VTEDIT has been installed with LSEH support and if the qualifier /NOLSE is not present on the command line./WRITE /WRITE (D) /NOWRITEH Specifies that the file on the VTEDIT command line be put into aH writeable modifiable buffer. The /NOWRITE qualifier specifies that theH file on the VTEDIT command line be put into a read_only unmodifiable buffer.H This qualifier is only valid if VTEDIT has been installed with LSEH support and if the qualifier /NOLSE is not present on the command line.2 MemoryH VTEDIT automatically remembers the file being edited. If you invokeH VTEDIT without specifying a file-spec, VTEDIT will read its memory and re-edit the last edited file.H VTEDIT's memory is controlled by the logical name TPU$MEMORY. If theH logical name TPU$MEMORY translates to a string of the form $filespec,H VTEDIT uses the specified file for its memory. Otherwise, VTEDIT usesH the logical name itself as the memory. On exiting, the edited file'sH name is stored in a process logical name called TPU$MEMORY, or, if thisH name translates to a string of the form $filespec, the edited file's& name is stored in the specified file.H For compatibility with previous, TECO-based releases of VTEDIT, theH logical name TEC$MEMORY is used instead of TPU$MEMORY, if TPU$MEMORY% translates to the string TEC$MEMORY.H If the Language-Sensitive Editor is installed and has set its own fileH memory, VTEDIT uses this memory instead of its own memory. In this1 case, VTEDIT updates both memories upon exiting. 2 Examples, 1. $ VTEDIT/OUTPUT=NEWFILE.TXT OLDFILE.TXTH This VTEDIT command invokes VAXTPU to edit the file OLDFILE.TXT usingH the section file SYS$LIBRARY:VTESECINI.TPU$SECTION that creates theH VTEDIT editing interface. VAXTPU then tries to read the command fileH TPUINI.TPU in your default directory. If you have not defined theH logical name TPUINI to point to a user-written command file, and if youH do not have a file named TPUINI.TPU in your default directory, VAXTPUH does not read a command file. If you modify the main buffer and use theH EXIT command to end the session, the edited file has the name NEWFILE.TXT.  2. $ VTEDIT OLDFILE.TXT H This VTEDIT command invokes VAXTPU with the VTEDIT editing interface.H VAXTPU makes a copy of the file OLDFILE.TXT available for editing. WhenH you leave the editing session, VAXTPU creates a new version of the fileH with a version number one higher than the highest existing version number for that file.H If the Language-Sensitive Editor is present and if VTEDIT has beenH installed with LSE support, VTEDIT invokes the Language-Sensitive1 Editor, providing an enhanced command interface.f! 3. $ VTEDIT/RECOVER OLDFILE.TXT H This VTEDIT command invokes VAXTPU with the VTEDIT editing interface toH recover from an abnormal exit during a previous editing session. VAXTPUH opens the file OLDFILE.TXT, and then processes the journal fileH OLDFILE.TJL. Once the journal file has been processed, you can resume interactive editing.u 4. $ VTEDIT/NOLSE OLDFILE.TXTYH This command suppresses the automatic loading of the Language-H Sensitive Editor VAX LSE, if VTEDIT has been installed with LSEH support, and instead uses a version of VTEDIT that is identical toH VTEDIT on systems without VAX LSE. VTEDIT makes a copy of the fileH OLDFILE.TXT available for editing. When you leave the editing session,H VAXTPU creates a new version of the file with a version number one? higher than the highest existing version number for that file. 2 5. $ VTEDIT /ENVIRONMENT=LOCAL /LANGUAGE=FORTRANH This command, which requires presence of the Language-Sensitive EditorH VAX LSE, invokes VTEDIT with the LSE enhanced editing interface. VTEDITH opens the file that was edited using LSE with VTEDIT or native LSE,H whichever occured most recently, and makes language support for theH Fortran language available for editing. VTEDIT uses a local environment5 definition stored in the file SYS$LIBRARY:LOCAL.ENV.r0*[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180+,./ 4-"0123KPWO5 6SЋI789Ŗ'vGHJ0DX0205* VTESECINIV01-002`;܋I04-004 Of VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180 +n+ qVTEDIT Version V4.7-172  M  c J F     c J! F= e  c  c G c G c GF! c ! c !G!F&L&I,&F* ()[]<>{}+-*!=:/.;$_'"- ABCDEFGHIJKLMNOPQRSTUVWXYZ0 ?abcdefghijklmnopqrstuvwxyz3L?3Fd7 ;:  0123456789=Ld=FBL$_BIBFE +4!@#%^&*()[]{}-+=~`|\:;"'<,>.?/HL+HFSK *-N 0123456789ABCDEF^+-*/=P ([{<'`"R )]}>''"U6 BUFFERS KEYWORDS LISTS MAPS PROCEDURES SCREEN SUMMARY> VARIABLES WINDOWS ALIAS LANGUAGES PACKAGES MODULES PARAMETERSVI. PLACEHOLDERS ROUTINES SOURCE_DIRECTORY TOKENSVF$Yj)Y \ * YFG] kvte$map_standard^ vte$map_indent_  vte$map_flash`  vte$map_matcha  vte$map_lsee  vte$list_allf 2 vte$list_comg R vte$list_doch r vte$list_fori  vte$list_nilm ' version3mFn ' update3nFoEpE(rEVtE}uEvEPwExEyEH+|Ex ~EEEdE' EQ Ey E E EE( "!vte$insert_lower(ascii(last_key))FQ2w842842*042 $ 042$0&42R(*0&42|30#$4 2\*R$I$0#!0$ :42M*C$:$0#$ !42-*042Y?*5#-#042p$h#['#M^S#>^X#/^N# ^E#^M42n*d#['#M^S#>^X#/^N# ^E#^M42:*0$'^E)ABCDEGLNRSUVW[42;*1$(^E)ABCDEGLNRSUVWX[42A,*"$^E042p842842842842842842;842\842}84     + P u     - R u     A c     !EDEmEEEE E8 E` E E EE2E]EEEEEE1EPEoEEEEE+EPEvEEEEE+EPEvEE)E 3EE-ESE| EEEEE>Ea E !vte$message(0, 'Nothing learned')EEEEIEoEEE EE E? Ed!E"E#E$E%E&EB'Eg(E)E*E+E,E -EB .Ef /E 0E 1E 2E6E*7EQ8Ew9E:E;E<E=E$>EF?El@EAEBECE DE,EENFEsGEHEIEJEKE&LELMExNEREXH.C .CBL.CLD.COB.COD.COM.DES.DOC.DTR.DUM.ENV.EXT.FOR.FTN.H .HLP.INC.INTD.LIB.LSE.MAC.MAR.MMS.OPT.PAS.PDM.PEL.PPA.RND.RNH.RNO.RNT.RNX.TXT.TPUXF\H.TPU.COB.TPU.COB.FOR.COM.FOR.DOC.DTR.FOR.TPU.FOR.FOR.FOR.TPU.DOC.FOR.FORD.COB.DTR.MAR.MAR.COM.COM.TPU.DTR.DTR.MAR.RNO.RNO.RNO.RNO.RNO.RNO.TPU\F`H.C .COB.CLD.COB.FOR.COM.FOR.DOC.DTR.FOR.PAS.FOR.FOR.FOR.C .HLP.FOR.FORD.COB.LSE.MAC.MAR.MMS.OPT.PAS.PDM.PEL.PPA.RNO.RNO.RNO.RNO.RNO.RNO.TPU`F<c d .COB.COM.DOC.DTR.FOR.MAR.RNO.TPUf  .FOR.FOR.DOC.FOR.FOR.COM.NIL.FORi ICobol/DCL/Document/Query Language/Fortran/Macro/Text/Structured Language/l $.C .COB.COM.DTR.FOR.HLP.PAS.RNO.TPUo 9C/Cobol/DCL/Datatrieve/Fortran/Help/Pascal/Runoff/VAXTPU/t (uEQvEswExEyEzE{E/|ET} {"~EE HEREE@Uܑ VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180$I& cIJ(F( DI L F(  (   ( 52w*.N)+(0X(#K#7)+( 0( # #/(###Q$0($#$.%&#%%%#%(-+()0p()#c),&#,%B,#9,/'i/%/#/J2.2#2'4,(4#454661P2:*=0N>)+(?0(?#??#?B)+(C0`(C#SCF/+(G0.(G#!GJ' JJM0M#M'O,(O#OP4Q Gk25U*+X0NY)+(Z0(Z#ZZ#Z])+(^0(^#^a/U(b0(b#b.c&#c%\c#Scf/+(g0.(g#!gj' jk4l nn[[\MOVE_HORIZONTAL\:\:\ 4]ERASE] TEMP_RANGE]d]Pd^^P8@aCOUNTATTaa:aabMARKb:!NONEb b b BEGINNING_OFbCURRENT_BUFFERbdbLb<bcMOVE_HORIZONTAL_c:c:ceLENGTHe CURRENT_LINEee(e:e4DePf APPEND_LINEflg`ghVTE$BACKUP_OVER_WHITESPACEZhiERASE_CHARACTERNiLENGTHT_i CURRENT_LINEi i 8iDjMOVE_HORIZONTALj:jdk APPEND_LINEkl COPY_TEXTl9 NT_lnVTE$MOVE_BY_WORDn:n:n oCURRENT_OFFSETo<o:oXdopp SPLIT_LINEpqMOVE_HORIZONTALq:q:qrVTE$BACKUP_OVER_WHITESPACErsERASE_CHARACTEREsLENGTHs CURRENT_LINEsXsDps(|tMOVE_HORIZONTALTt:tuuvCOUNTvCOUNTZONvv:v0v<w T,Lw\yVTE$INDENT_LINE_TOy THIS_INDENTyyzdz#$$$$%%&&'''$H|SET| THIS_MODE|t|CURRENT_BUFFER||dt}SET}:/SCREEN_UPDATE}}:&ON} } t    !!4""(#|##(s`sL`u MOVE_VERTICALu:uvMOVE_HORIZONTALvCURRENT_OFFSETvvvwMARKw:!NONEw@w0@w STOP_POSITIONwlw\lwxVTE$JUSTIFY_LINExy yzz~ HASH_FLAG~~POSITIONSTART_POSITION\H\ERASE_CHARACTER:PP4POSITION STOP_POSITIONCURRENT_CHARACTERD 9 d p CURRENT_OFFSET LENGTH CURRENT_LINE   : !  ! !,!ERASE_CHARACTER:H!d!MOVE_HORIZONTAL::!!CURRENT_CHARACTER!9 !!CURRENT_OFFSET"LENGTH CURRENT_LINET"@"l":x""4"""""ERASE_CHARACTER:""MOVE_HORIZONTAL:#,#8#"#H   E D  'Dbuffer !DrF c ! ! !F ED   !FIA5w  I  I !  " !"F## ## $ % & !& !&F' () E*+ !++ ++@, - !-F. //w/ 0 I1 2 I3 4  5 !5 !5F6 7 ;;;< < P<<= =F> !>F? ? (@ A !A !AFB (C D FFHHVTE$X_DIGIT_CHARACTERS0<-$,-`-,l-VTE$PATTERN_MATCH_CONTROL99'-9^S#--9^X#--9^N_D#..9^E# .0.      !FF ! Py  ! P (  (  P !F  E! E!!" E"F# $ &&''Y+L +F , E, \ , ,-y-Q- . P. (/   0 1  3 P3 !4 4F5 +֣ VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;1805X 6E` 7 9 :< P< (= > @ [A !A PAA B C D F QI*JE*KEDL MEoNE2OE SETEU(VEWEXE Y Z ^)_E`E a eEiSjj:kk!l !ll llYm n !nFo p 'q !qFr t !ttt}u(vEwExE y z { |  ' offset_columnFm  ' offset_columnFt "  Et  ! tM ' offset_columnFt0  !F` E`  ' record_countQF 'visible_lengthF  L  1 y # 5U #   dt&'POSITION' KF Ca %Fa L? F D< L [no] ? F D L [yes] ? F F E6 uz  e   E \ yesEu  E \ noEu i# .-Don't understand !AS; please answer yes or no# $ % & '') }a+* ++  a,  a..0INES:dVTE$X_MAX_MATCH_OFFSET:  0VTE$X_DISABLE_CTRL_T::  % L   :  & L  !  ' record_count 'visible_lengthQ   DP&  !  'P record_count_ !F $ ( ! " # $ % ''r2Y (          E  !Fw  !  >  F! ! (" !"" "" # $ % !%F' ((())* ++, ..    E  `0KFt9 + u X(  $, $P l x @ %(L  X2E -  &K F !FE(E0EQ P ( > " F!! 'P record_count!!}!&" (##$ & ' ((  P, , (- ' record_count--/ 0 !0 00tA1D2  ^M33w3 4r5 9 9 (:  vte$pattern_search :=;' < !<F@ > "@F A !AFB > "BFCC0D  'E  FE0G N (O !OOP  'Q U|0UV   & W [['[F\  "] ^  "` c ddF@e @7f gC@EX0 ,T  0 kkF@l @7m `@ABCDEGLMNPQRSTUVWX[mmn r@Mrjt > "tFuu~w  span('xx'xy  'z { |  ')}  F@ @7  @(0  A @(0   `@}h >- F E \  yF8 8{ > "F  any(''  '  8',!SL)   F@ @7  @(08 ESequence count not positive - Ignored  < $#Illegal pattern construct - ignored r VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180/ D  line_end & line_begin' D > "F] >A "F}  >- F E \  yF8 8~ > "F  notany(''  '  8',!SL)   F@ @7  @(08 ESequence count not positive - Ignored   notany(''  '   ') F@ @7  @(0  D\  any(vte$x_not_alphabetic)' D!  arb(1)' E0 !F > "Ft~     > " F  (    & '      (   ; !Z   ' (   & ' ( " " ($36#%,#$# vte$pattern_$)$4$ >-$F%%t& (( !( ( !(F ) ) (* > vte$pattern_search*F++tM, (.  /T(/F(0(0t1L2 6  %K7 i8  &K9 (:p:<<+ 2  E CF "7F notanyD$ anyD span}) ,!SLF   ![!" !"F# !AS('#  %3%) ]'%4% > %F&&M' ' (( )u* + (,,',3-  '. / +0 1u2 3 45 '!AS)5  6 8C?AX 4} r2 .} e <  !AS(vte$x_letters!AS)<  @Dp A  !AS(vte$x_not_alphabetic!AS)A  ED F  !AS(vte$x_symbol_characters!AS)F  JD K  !AS(vte$x_digit_characters!AS)K  OD{ O !AS('O  PP'PQ  'R S T '!AS)T  XD XXFY 7Z [  [F \ \]  ]  ]]^  _  _ !_Fa Ea \ b  !AS('!AS'!AS)b  c d hD^i  !AS(vte$x_line_separators!AS)i  mD n  !AS(vte$x_multi_characters!AS)n  rDr  (s' t > "^EPtFuu2v (w x' y )z z ({ |  )DF 7   F    x  ' !F   D  ' ( D  !AS(vte$x_alpha_numeric!AS)  Dp/  span(vte$x_whitespace) 1  notany(vte$x_whitespace) DW 74.Search pattern too complex - partially ignored 3*$  & 4 > F  a  !  ' KF  & vte$pattern_!ZL;  ' vte$pattern_!ZL := ''  EDF 7  `> Invalid register name L%vte$x_arg_2 := get_info(vte$register_I , 'type') i Lvte$x_arg_2 := vte$register_ i}E c  '!AS'   W c   !AS('!AS'!AS)   D  !AS(vte$x_low_letters!AS)  EQD  !AS(vte$x_cap_letters!AS)  EQD0 arb(!SL)   ' SG VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180A>YA EIE$ E ( ,)#Function not allowed in this window    ROMPT_WINDOW + +  , 'visible_lengthF5T #   ( ( Io $F  D mEEEo oE  ' t  !$% &`&8' ` 7L $REGISTER_F ) F  $ K  F   F Illegal buffername ;CURRENT_WINDOW;\ ;    = ' find_buffer F   ' firstF 'nameF tC ' nextFtk OD\hPQUITP *F  \   $ 3     + 2  E  !Fw F 7 `OFOR `CD EYY&El ( C  `&El ( ! " # $ % & ( +COB+,, E,,`-T- ...&/El0 (12 3 4 5 9El:Lc:F=3=)=&=4= > =F>>t? ??t@ (BBBCXlCFlD 2E|lEFElGuUH I K L !LLtMO (QQx(x 4x  COPY_TEXT 9 & ' Pxhx  TEMP_RANGE  THIS_RANGE x xxxxxxNNNOhOO u\uuvv,wwDxxxPOSITIONEND_OFVTE$TARGET_BUFFERhyTyh ' file_name F  F ' output_file F  ) 'nameF  > ;G <G =G ?GF   E \  @ \   F!L;! y!H! E !G!F# #F$ $F%%&&' d( = 4Higher version exists - Write to next higher version(() +FFSET }VTE$X_OFFSET_COLUMN,} },}X}CURRENT_OFFSETt}LENGTH CURRE+ 2 E  !F 'modeF E ( > F  E ( ' offset_columnF E J Q m!T !l!P!F0#0#[$U $T %m%d%G%H%T0%d%G%F8& 8( Ee(0(;) \ e0)  * 0+  e, Ee,F0- 1 11P2y02 3 !3F4 05 6 8 8 (9 : > :F;;t3< < <<t=Z> ? A (BB CCEE P  F 'mode F  'type   EwF    !FK  ]     !F     ! )D  ! " # !#F$ (% & ( !(F) (* ...*.(/E*0ED1Eo2 3E24E 5E` 6E7E9 ;;P_RANGE^ CREATE_RANGE^ BEGINNING_OF^ BUFFER_NAME^X^@X_END_OF:_ BU 2x \ H Buffer !AS already exists   | ' create}c Input file does not exist: !AS  )} F >LGoto Buffer /Create /Write  ) -  %K LGoto File /Create  )  &K ! ) !F""##$ &&' ' file_name'F( >) ;)G* <+G+ y CMS$LIB++, ,F- .  '/ 0 1 *1F22N3 File !AS not found3 4 5 7 k8  % L:  ҭ2 VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180M=; ?;G99);t<LGoto File /Create < )= ) =F>>??@ A $B *BFC D  & LF >G ;GGH <HGI =IGJ ?JGJFK  'L N  [End of File]P ' width.PR(P KQ ' read_onlyQ%R $S U&VV }W XXZ     F ! F  w  !F   ' record_countF K   (E E0KlF(L0(F0 ( !  t! !!!5" 0#U #H#l#w#F($ 2%  0&U &H&l&F(' (!* (+K0++--NONEtrt|rrtVTE$X_RESTORE_STARTtrtrrt THIS_POSITIONtru+2E  !FPFX h(P08  $ (% & @0' (@(Ep// E//_00 E00.1 2E`3E 4 55 E55g66 E66P6 77S7H7F`8E 9 $:K:F`;E < = B !B @!BFC C (D 'XmodeD(DD3EE F  G (K EKKFLKL \ L  M N  O SSS ESSTpUUSU W3(V*V0W&W4W > WFXX2YY EY Z [ ;\<]] E] ^ _ ` ` (a c de Eeef g h (Xi' j k !kF@lp'm !mF0n o (p q r s (Xt u !uF@vp'w !wF0x y (z' { | } ~   Ep`  E`; \ `       ( EFK \       (@w   E  2 E  !F@ !8 ! Yt (0 E(S  !F0 (P E((S(  !FPP: P (P   EE (0 !F  0 8 Em  E    ' tab_stops F 'type  W !Non standard Tab settingEm  (m ' offset_columnQF ( ' offset_columnQF m! BF hF (mS  !Fm (!!S! " !"F# ' ( (m)))"* ++F, --F. // E//0T0F1 2U2F66S6 7 !7F88Y9 (::S: ; !;F< > (??S? @ !@FAmAYB (mCCSC D !DFE GGII TO_LINE_ENDLMOVE_HORIZONTAL:: NUM_SPACESadLENGTH  2h W ,)#DCL subprocess could not be created  + 2 E   'typeYh # Creating DCL subprocess... v $ set noonF F !F v v ( ' ! " !"F#  !V| VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;1802\$  %%  & * (, >| ,F--2. (/ 0' 1 2u3 4q6 v6 (77  8v89: <<>>nANY_FLAGn n n,r9PrTr COPY_TEXTr9(rpsM& }  > }    }E    !2 2 'name  System buffer !AS -2T<|<:<|<d=MOVE_HORIZONTAL=    G *'!There is no other window to go to  !F (  (  F   WINDOW;D;INTERMEDIATE_WIDTH;p;$   ! F (w  !F  ( EP  ! !F ( + 2  E  !F 'modeF E ( c  > F  E ( F p eS F U \   $ $$_%U % & !&F'U ' ( * c * > *F++t3, , ,,t-Y. / 1 (22 3355h6 LOOP_BUFFER_6h6hhh7VTE$SET_STATUS_LINE7VTE$MAIN_WINDOW7i7:7hi -  %/  ' permanentz 'systemz} ' map_count ' firstHF 'bufferF    ' nextHFto  # 'buffer#F$ 'buffer$F % '>buffer%F('' 'Y'S( ((}() (* o++ +}+, (- 0.  &//0 1 3 !3F44F55  6 }>7 >8 (9 >:E< s== =(=}=}=3> ' first>F@ 'system@AEB CCtCD ' nextDFEEtFuHHI }PJ (L $Main.LFNMNMrN  &/O &#Could not create buffer $MAINPDQ R  S }>NT U }>V W (>XX Y ZE[ \  &/] z^  &/_ 74.Permanent and System buffers cannot be deleted` a  'bufferF ' status_lineY  \)S ' modifiableE( E(  E( $ 'system$z$%(& 'mode&&B'( Insert) *  In+ , - Overst. / 0  1 34 0 LSE5 s6Overst67 0rike8 >9(: 0sert; < 0 = > ? AB @ExactC D @ E GH 8>fj."htD?^T s=B2 H[+q\ / M)йW(()]cҤY|4 o)~> 1\ yX" 8]_LQAJ#" Kc3{=i+N^ûTC`XL3?cz0A8lMi &o1cz_O@ČLVkM=B h9eW_g0~\^Iz9)a) Igk&3dWPrgJ0 nqz\G[ xl.l!+ vK W_fSn[1.:{fhGI0LEaX`VDR!a8('J&a I[/ʾ2*ly$} Jw撸|t XcF7R1lE_3策i/l,EAMl 'U28Qf+vRF8'FwO\07 zʗ:z~ќmpix]bA.,t*HCGiMVFJ9 Q`ZtNJ#3g!-4fz6'B{L!lUs TCeg[e~vjsAmN\}sP(jO8KDi~t+M kNmW*>k5biN/ `RjjAs=`X{/Oo iC_Q.-@h$gzeK5p$8[u¤avaZ=}FbMYf;KMw\#ў  &TqUhtP̕d"o[COY8I;"_0! qkqN~Tttuv>gi.a2>"Ѹt;rps 5>lnRIC\Y&hc}aX'Ro1@ B& Ou)D2;`3k$K(W;N)\m0}B'Z[p/:g /_e(1HsxL%gg\U;/dt*1M6M^ :bMz?QvE'i #(md9SI[/ |G@}?p2Mu 0(34@-rpN'}E*3 VQŵp#a!nN;D"0-Jv`@3-b;R>%8j,4{=)$zn'yP*7n>MYd{Nk](]bKAM9)'~'nifl&I s=>it`VŰqͳK~\Vv"0dxZ (ʑ&4kn2Ib}Fhg{ ȴɭqZ D'8P4v1*<=fr9a7)HX&EJW>TMCA+%(+'(x uuur_1!KUdq6iZJ1E lR;`kJ00 G^}a`g`IMA.` ;zxi(eNY砶kS<= Ed5i`ꄞ]`^lFG%T2k`F5hvlr))m'y2 uxc1SL#Y5YF)(E=]~]gc+3<X{D"'sE2uB5gIhJp!Ogkme?+8^ 7J0/<|0oH=ojg&{ ˓2aV8qf:v {%E~#:4J=,"URo),(z{}H9'XjaSm[`qg=c|>lK0pGqa/vyq ;aHh6hK'H5 F&6,k2L~V{q_ V3<ͶJ97O{xvP/jHoo Yޫh({'fFI|=(:!*F-}DS(;U]K?JYp.)e'SDm0H}W+P79Y;{g(eywh$'s# G\U͋w~6z Z{!(% .CBAC4rO i_|)Ye~whzT&~}O ib"Dqi'ck]y~jr GBbHN &]1]^K*_aඁ5;[iޔiAa: ]q<&6L$j9:7O0QA/47 ##f M`>;aC:L}P*boHBM]}d '^L P n;o:/-M&Sy U~-1t34'$[BQg{hMb&Kka;\32&MTVBA ڞD-, 'Ǚfc>jf+X~E[4Mw?V; I2, OAVqH'~ R7 ] pE*=5 LmJnV7G߁{:W[LHl ;6m[d4_* ;Sx=TnF-@Da!M("?zM1K'ta] 47b_ OpADH%5G%ѿQ%%, )lku~4S:5UdTUR%T@]xrfBDjcl35=n 4 Kdʎ-\U"{߳'>\fH&ZSYY]N4]92[f1^n27ik/e5K ]Wj%pM8ݤ~ݻ^=)2Q9U/]qIʂ"{ EC| 1hNw+MF#| 4DWg؀2$#i~,}4*W:n^0lR[ŰBzK]`S?jsRdT|em$K6;)<{adNevn#שpKaSmY m+@pwR,_a]:L!B%VF{SN{ S6˙Nb-[Z9^X+sx㘋|8l]% APW#sJs({d_mq|%n{ gU1&f@o:Sj_bd|$6 [eBNnS }E8zy-x(ۘ#68Jo+f`u)sL^[ QthtTCYY e6%XI$~sFsXK^z]W (3IN-|sbw,QnfͤKW#GFjE,P+H"Q!WH!J3nu1*yQQK\E9v,ZIhxEd].;l1S[`SEb8\.gu+bz!T ?d_m=s1Oxu^o-td&mNpJljp1վ=,KQoIg))iG2'b- a+Y׬knzi7\!~[,@|00g٪iK/+t}hauBSQ)C02L3e&rzU-Q`;5yntAdR~RF X7xr 7b&< Il6UT& QQh{nx,7+u.I9lE(OĒ*R),`* g7O+htU, LrT{}GG]91cr}"W%(4! B }E;ooiyCc IA;STK|R\(dpޙ*2@P28,:e\%d#So@}&o8atEBc^dqb]DU3ѣr@gGsL\$qn#WY*hBwB\J{cY$ރ_Xg~U<#˖uE"={P.6|؆3Dk7B`1 ($Or C5EQt_,4e&$3{dRY8lgy }0v{yrFhV&p4HջTi{Yh!8sj LQ_Jy"ȖlA Cucg#PS _\NuY6 s'_i C>]u8m*M y^dPJ?F^p4&4p<{2 & M:sn +"Z/2%nFlOnm / @:a`)Z7cAljӊ:1E/j>&9b8DkF5]K*z)0GhW-[p%cH<l{Ej6j6SA-Þ|'Yfw@@47v64rm|bDVTVYH"T %{Pl'FiT|r* `O _h\nS(N bG\wMX#u#`T h:>w!6scym]l MXdb&z1vJP3)=t;\d,ZWwkDO}0Pafz`_#^ž71Ftnqj|OnkaYc G^"f$PW:/h>z(Miqi ӑ8M{%i\JieRn0?y_SH"V&M4 /12JFsq>x%t'' b8IhlNYw`LUTYs}O`k(`[l}a#Xo5 %7N(/#UXE.K>u=s* UHnIeBR$1WI Ƅ? PY7t(H7y4MD1R4Psھb (|yAoX-2}*UZW#DW4 IFM-^g QVPSI1;.' X{nfg4223o{;NqH4~[ZnI.+ ,iI6|qUCEW%|F/)APX^S.m نQg&nO" ب8t6c^c &ECpH~ 0eIgg2TFpdnj"wyy}s´obi+P Y4f0J {IF=_]-ZFԩq HotV8s;.8+(i!PXK\vtpt#YW h XMC7aLγ :a":]*NI(i'xl\FەXC q4\Yj?*5"w0.DIiD$9qDlot%ԚEAqvvH '6z_l ?nA$'J8U\|Z(Q@'B/v7x1JU^w$ Mg8LWHEiP =& ",BY4+:8 H ;vunUrDwYB {ZS$xc`v|eFV_}=bSFS,Œ |ZN"Bu o^7l9Z|Ke J`W$w"4jh\`xN/x^ (F&B,J@"_ "QnEy>c!VKag1iFIFo'S;F +N!OP{Ā ب%̎&NQO>ސ10fدS )vln*9E+lBI 0E HpMOE$3YUakwkw2VJr)&+M.P 8nB*v"DBQynꗬ vI1EPL Mq %QTRT 6`].px|o*6;sK).a!vsf%!I following:)4 Input file does not exist: DISK$:[USER]NEWFILE.DAT; $ /CURRENT_FILE /CURRENT_FILE (D) /NOCURRENT_FILEH If no input file is specified on the command li  *ij VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180k(VTE$PATTERN_END_THIS_WORD     `( [ >w  F  (  [ >w F  (  `(Y   O Et    `( [! >w !F" " (# %%''OSITIONJVTE$COMMAND_WINDOWJJtK MAIN_BUFFERKVTE$CREATE_BUFFERK9$Main.FSK _9F \   V _F   i  PVTE$X_WHITESPA   L. `HlF EE( ERH \  `/F   K(F( ( t!L !F"C#T # \ ##%%OOP_BUFFER>GET_INFO>:BUFFERS>lk>9firstTIO>Xk w> \    F  left_marginF ' right_marginFUV\ ( UVF(  !F ' offset_columnF U( H  P!Y!W"";# \ #  $ %& (K(F) !)F8+ ' offset_column+F , ,tk- !-F8.E@///t)0<0F@1K01F02X6 ' offset_column6F 7 78 (89 ; @<' =>? @?@A ?B C ' offset_columnCFHE (F ' offset_columnFF G GH0HYII J iK L iM N UO' PQR S?ST ?U V W bXX HX}X;Y \ Y  Z [ ]] '  abetic)s  E ! tr `(}t2 KFQ `(t  `(+ u !K!F"_# %%''B3VTE$X_FORMATTER_NAME3FORMATTER_TYPE3B3dBB4VTE$X_FORMATTER4: +2E@ FH 'HmodeFP H w  ?yF ! 'H offset_column!!tT" !" H""t # $z% !%F' ((w(Q( )<** E* + 'H offset_column+Q+F, !,F. 'H right_margin.R.F / /q0 (1E(3330343 > 3F@4@4t5 @55#6 (7u8 9 @9 (: ;;; E;;t2<K(<F(= >@(@Ap (AF0Bg(0BS BF8D (EEXGX(GtHKXHFXI3I0I4I > IF@J@Jt#K @KK#L (MuN O @O (P Q0Q;R \ 0R  S TX8TU|VU(8UXU}VYVW   X Y\Z \ (] ^X^F` a PHcc$X_NULL4p44VTE$X_INPUT_FILE VTE$X_NULLR444VTE$X_OUTPUT_FILE VTE$X_NULL45545VTE$X_MEMORY_FILE VTE$X_NULL_W5h55VTE$X_JOURNAL_FILE VTE$X_NULL555 +2E(  @F 'modeF  !FF y   3,*") ) 4 >  F(!(!" ## `c## $ % 1& (' () * + /COM/0 > 0F(1(11 E11Y112 (3 45 6 :|:;COM;]< > <F(=(=> @? @ eAA `AA1B (C DE F G K 0L > LF(M(MlN (N (OOFPP Q R SSS `STT `TUCOMT}S}S}U9V W XY Z E(ZwZ ZF0[ 0 %C\ `0`a  0b ' offset_columnbQbF8cL*c0cFORdL1d0c}d c dI1d0dYeYefL/fF@g h iE8j nCOBn\n@n}opy@pF@q u@uvy@vR8vFHw EwHwx  y ;z \ Hz  { } x~@~_o@o8PFH 8! VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180v>z EeH  e TH; \ eH   H5jHS@o8cPFH U@8FH H; \ H   (@d !   + 2  E } v  _9F  I (S  ( Reverse s "  ( !ASearch!AS:" 7"z"##$ % &E'' _9'F)* 'P record_count*)}*r+ find+ find+}+,,,N- # No previous target to find../ 0 'type00X2 Finding previous target: !AS2 3 =4 Finding previous target5 6 7 889 : ;< 'P record_count<= 'v record_count==Y=Y=;> ? j?F@ \vA B C G*GHEDIE*J L^QLMEN OE"P T !TF2UE VIVXIXtYTIYFIZZ Z2Z[ [B\  \ (] ^ _ >_F ` aE b c ctdf 5gog1h (oi j lIltmKImFInn n2nto o1p ( q r s >-sF t uE v w wtxy zEI~E u (2 2  ( Es 5DC ( X-FDE*   !   P  F  FE   ?  o c S F   F oI F$ !FFF D mEDEmE o E P }P (P'     !  " P# !# #F$ E$F% 'E((  ))+ F.| .. C.}./ 'visible_length/F0021 # 2 3' 46E77  88: b= P= (> ? !? P@ !@FA EA \ AFB EBBPC 'P record_countCCD PE F GoG HHI J LLF !F   (  P (  F ' visible_length l Q F   E +    ' scroll_topF ' scroll_bottomF ' scroll_amountF ) &0 ( ! &0\F~*<  ' output_file  _  v   :}"E\F E  7   ?.TPUF E  P E V \  J F  `F?K \   VV `$WPOSIT 2  E  /,&Could not find out editor default file  &K ) y LSE$CURRENT_FILEF y LSE$START_CHARACTER yFf  y LSE$START_LINE yFB   ##F $ y TPU$MEMORY$F% TEC$MEMORY%$& y &F' , \  ,$,?- !-F(. E.Q. \ .F0 0F1 1QK VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;18012 2F3  %K4 (5 y6  &K8 9 : ; )< (=  > BBC C (D >  /FIND=(DFEEF (G H H !I !IFK K (L M >- MFNNEO EO \ OOP Q EQ \ Q yQFB S S (T U >- UFVVEW EW \ WWX Y EY \ Y yYFf [ \ \ (] ^ ^ !_ !_F` a Ea \ aFb d ( eegg 'typeK +("Selected position has been deleted 'buffer F     N (  (  M }     %/   !  &/## =  (  m  Q C&  ( i C%  (  > F E   0 EQ    ! !    mLENGTHAN VTE$X_SPACEStP} !Fw   F ( ` `+ }    = 2 E  E8 D !FrF0 '0type: No range selected  0 ( !  ! ""w" # !#F$ (0''w' ( !((t )v8* > *F + +,  , (--- . / 0 E 0 \  0F(1 ( %C2 33 ' offset_column3Q3F445L*5(5FOR6L16(6}7 c 7I16(7Y7Y78U/8F9 : <=L=F> K?L??@U@FA B C D F GGGGG EGG}G;H<II EI J K LN (OEDQ TUL?UF?V KWLW?WXU?XF?Y Z ?[ \ ^^ ' right_margin^F_K?__6``K?a Kb c ?d e  fE gEhEjj       } W ' offset_columnK? FFOR ` ` `+}}}B  ?     ! %%% E%&L' `'( `((FOR(}(Y%}(,,,-- E--e. !.F//w/ 00F1 (2 3  4 5 9 `9: `:; `;;Y9}< `<= `=<}=Y= > ? t@ `@A `ABCOMA}BYBC ?D E G LHHH EHHI ?J K L M N S T|lTTT}T%U 7V W  [|w[[ ' offset_column[Q\\ ' right_margin[\ \}[}\] !]F^ _' ` ?aawaQa b<cc Ec d)e fg h (i k  lE nn:!NONE`P`END_OFCURRENT_BUFFER|ȵصMOVE_HORIZONTAL::(8@PSET THIS_MODE| THIS_BUFFERl|'x     !0!T!t!!!!""@##($$$@%%|X   F  !   }  K Ft  VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180OMF ! }   TFt' u  p   4 TEMP_RANGE44:44 5END_OF5 TEMP_RA + 2  E   :COM}q !Fw  > F ( 'modeF w F  %E       !!C[C[[DD[[E[[EYY \GHJ  !UB yF [  y !UB y F  6  Undefined key X ` !   ! ) n     n ! I" # `##Y#$n % & ' , -Lc- `--Y. / !/F 0 1 33LOC_CHARWX_W@_X_[ VTE$X_NOWRAP[_[_[GET_INFO[CURRENT_BUFFERAN[_[9 offset_column[___2Hc ('Don't understand journal file name: !AS  /,&Editing session is not being journaled  ' journal ' read_onlyz}  sys$disk:[] ' journal_fileF ' output_fileF6 =F    tpu.tjl L.tjlF # #F$$)& &F' ( (Fu* L+ /,&Editing session is not being journaled, ._POSITIONk:k:k`kkklVTE$X_RESTORE_POSITIONl:lkknp   E( \  F@  @ `@Q \  `@}   !Fw  `@y'    !F (E !L!F"2 ")"4%%& ' !' !'F0)  0-)F(* 9+ >  -+F(, -(-tr. (..tS/ ((11 `112 `@2233@34 55@666 \ 7 `@77Y7+8 9E: ; = >>F8? @ >8 -@F(A(AtB ((C E wFF \  FFGTGFH IKIFJ K LLtMOOPQ nR `@RRCS &#No matching parentheses foundT U W (Y2  ( 2   (    t !     c  > F  (TF  t !   ! " # c # > -#F$ (%K%F&' ( *  ,,z COPY_TEXTnzSUBSTRz VTE$X_SPACESz oz:zNUM_TABSzPoz o oDoPoznpo  ' tab_stopsF0 '0typeL !Non standard Tab settingEm  ' offset_columnQF8 !F ' record_countQ  ! ! BF@ (! h@0!F("(H##S8# $ !$F% ) )F**w* // E/FH0H801 H2U8H2 E22F3U8H3 \ 3  4 5  6 7 8 89 = !=F> (?? E??9@@ E@Q@ A B !B !BF C D !DFH (I   J JJtKKK EKK;L<MM EM N OOwO P Q%UUU V W X !XFY (ZZS8Z [ ![F\ (` Pa b d  eEggOP_TOP':'dLL(VTE$X_TOP_BOTTOM(:(LL)VTE$X_TOP_AMOUNT):)LL*VTE$X_BOTTOM_TOP*:* M(M+VTE$X_BOTTOM_BOTTOM+:+DMdM,VTE$X_ }a+ + + (   VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180  a  F       !F  ' current_row  ' visible_top >  } N  $ ! F  ? $ ( $>|>%CURRENT_RIGHT_MARGIN%GET_INFO%CURRENT_ 2H Don't understand file name: !AS |.      LSE$SOURCEF F Fa = ? G F! a# =$ ?$G$F% '  sys$disk:[];0'F( ) (F . .00[1 ' output_file112E03 4E05 6 7 ' output_file78 ' file_name88Y89E0: ;E0< > @@ @\0@A0UB Buffer name !AS is in useB C TD Already editing file !ASD E G 32Type a new buffer name or press Return to cancel: GFHH;I No new buffer createdJ 6L LF(M N &OO } P R 6T TF(U YY [[\F 7 `L%vte$x_arg_2 := get_info(vte$register_ I , 'type') i   ? Lvte$x_arg_2 := vte$register_ i  E   ; Invalid register name  + 2  E m}>  - %  ED 'Dbuffer2 k F!E" #r#F$ % '& k&F' ( ) *E+ / !/F00F112 22'34ED5 67 c8 !8 !8 !8F9 : >|>0? ?F@ A 'B B BBwC (D E !EEF FFG H I IFJ L L (M M MMNDO P R R (S S SS)T' U V Z[ \ ]  ^ _ _ (` !`Fa|aa aa}a b c efEDg klEmEn !nF oPo{p !pFqqFr (Ps Pt  u (v w #x PyE z |E}  2EH x !Invalid numeric argument|)  a (    F! !!F"E#E $E %E&E 'E( `)` )* X-+ , X+- 5C`? 4 4n_  _ 4 9\9FP: P7> c>P>? !?F@A >Y AFHBHB}D EHD \ HDFPE yPEF F  PHG HE I J [KCP!^/(Oy OF SDSnSF WDW !WF@X  YYZ[[ [ !UW[ y\l\F ] k__ _ y_ !UW_ y`l`F a b (@fDqfE jD_j jkkF l !lF@m3m&n4n > n (opR pF q (@r sswsF t xD|xE|Dj|DZEDH ' record_countF D !F@ >Y FHH| EH \ HFP H ( yPF  E  DZ\  !UW ylF  k\  y !UW ylF  D7 !Invalid numeric argument EE DDLXvte$x_arg_1 := vte$x_arg_1 I vte$x_arg_2 i X+E   DLXvte$x_arg_1 := vte$x_arg_1 I vte$x_arg_2 i X-E   D^LXvte$x_arg_1 := vte$x_arg_1 I vte$x_arg_2 i X*E |> !Invalid numeric argument E DLXvte$x_arg_1 := vte$x_arg_1 I vte$x_arg_2 i X/E |> !Invalid numeric argument E DLXvte$x_arg_1 := vte$x_arg_1 I vte$x_arg_2 iE |> !Invalid numeric argument E  X+D!|)  "n VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180. a ( D I u E  E D`E (%Invalid digit for current radix +g I`F E D u>CP;z; 1X 0Numeric argument: Radix: !ZL, Value: !OL !AS !OLF(D 1X 0Numeric argument: Radix: !ZL, Value: !SL !AS !SLF(D] 1X 0Numeric argument: Radix: !ZL, Value: !XL !AS !XLF(   9  }a+ (aE  (+ +  (   ( F0 c0FP cP[  P7! `P!Q!F`"`"t# $0C$0C%|$}%Y%&E`' =(0C()E`* +u, - . 0l4|45E 6 :|:);  a< (= AL"Xvte$x_repeat_count := vte$x_arg_1 AI vte$x_arg_2A iBE$F _0FF8G8GH i8I <J Cannot repeat that keyK MEINE$P *'!Could not set editor default file  &K ((F(P B  f }} ' read_onlyYY   }B   !AS /FIND=(!SL,!SL)F   % y TPU$MEMORY%F& TEC$MEMORY&/'E( y (F) *E+ -- \  -$-Y-.I0 TEC$MEMORY !AS0  0F1 I3 TPU$MEMORY !AS3  3F4 6 7 !7F08 E8Q8 \ 8F: :F ; ;;Y<  <F = =F >  >F ? @ A (B  D  %KE  F  &KH ((I K PO).P P PYP.QQHQF RnRF S U LSE$CURRENT_FILE !ASU  UF W  LSE$START_LINE !SLW  WF Y  LSE$START_CHARACTER !SLY  YF Z \\^OPi VTE$X_ARG_2ilh|hhhiiTh@i: pi PROMPT_STRFAO90Numeric argument: Radix: !ZL, Value: !SL !AS !SL VTE$X    left_margin F   (currently set to !SL) J/Right margin must not be less than left margin   ]} }  K  VTE$X_NULL_N-<-<<-  E 'nameF  v  .-__    ( AchangeY 'name ?F0 ' key_map_listTPU$KEY_MAP_LIST"L# vte$x_formatter_name := vte$x_form_ ie \  $E !E" # $ \  $F%% ' right_margin%F' ) 0)F*E+L  vte$x_form_+I := vte$x_formatter_name+ i,)F-L vte$x_buflang_-I := vte$x_null- i. / 1 L2 03 4E5L  vte$x_form_5I := vte$x_formatter_name5 i6)7L  vte$x_language := vte$x_buflang_7 i8A8l: A:FA;L vte$x_buflang_;I := vte$x_language; i< = (A> ? @ E F GEwHEIEJEKK  left_marginKQKF?L MENElOE P Q cR S T U !V Z)[A[N\L  vte$x_language := vte$x_buflang_\ i] (A^ _A_`change_}`Y`?c 0<c AcFAd eAef(fgchangef}gYg0hL ASet Language h )i jL vte$x_buflang_jI := vte$x_languagej ikk:ll ' right_marginlFm n o ssu AduFvxL.x `dxHx \ xJ vte$list_xF|COB|}E~EE { * c! ( !)2c*Y$:)+02#%04 COMEEE ! c!E " ([< !)]>2U*K$,$02=#%04 DOC(EwE  DTR[EE ! c! " ([ !)] FOR{ TEE CcDd!* c! !; ' ( !)2*)+0+#0#0L$)S))Ae)202#%04 MARREz VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180 ; c; ' ([< !)]> RNOEw TPU;  ([{ !)]} '" fE7 No such formatter          left_marginQF?L?change}}?Y ? L  vte$x_form_I := vte$x_formatter_name + '$' i  ?d? E?! "L  vte$x_form_"I := substr(vte$x_form_#I #I,1,3)# i$ % ))  \-K?--..K?/ K00 'width00i1L(1F223 4 55  G6 7 9           K  }  E   ' lastHF ' firstHF 'bufferF a  }!f""*#  G$ %   G& ' ( 'system(z(f))**  G+ ,   G- . //t10 ' nextH0F1f3:sVTE$X_FORMATTERs KsK KsJ4KtLENGTHIStVTE$X_EXTENDED_FORMATTERthKtTKhK It"' T F  |  ?}! ? *VTE$X_FORMATTERT*:*?@F ' map_count ' firstF  ty 'buffer     ' nextFu &  TE$X_LANGUAGEFL8TD8 VTE$X_NULL8 2H  & L Don't understand file name: !AS     'no_write J *'!Buffer is read-only - not written     % L(  F -  F  > ;G <G = G! ?!G!F" #  & L$$  '% +& ((INDENT_BASISOM}:}Tutu~VTE$X_DELTA_INDENTON~:~uuVTE$X_AUTO_CASE:uuI$ ' output_fileF2 'nameF   !   2   (    jjjk,k jHk! FILE_PARSE!  ' beyond_eolN   < E   !   } X 3 & 4 >  (   #l#llll$SET$:'OUTPUT_FILE$,m$CURR$) cI   a  p`mTRD X-FDmYEm 1.(Previous rectangular selection cancelled ED *2 E* X-FD 9 Selection cancelled        'visible_bottom ' current_rowPFIEI I[ - UI $  -I  Y" !"` ";## ' offset_column#F$ & I'  ) * }+ , ..ge hVTE$X_LANGUAGEhoh|ooh`ooiioojEXECUTEj9vte$x_buflang_yI  E yI    MARGINlGET_INFOlCURRENT_BUFFER! VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180~ I > I   *`vvVTE$X_COMMENw yI     VTE$X_ACT_CLOSE9w  I    VTE$X_WHITESPACEw   [      ' current_row ' visible_topPFIEI Iby - UI $ yI -  ! !!` !;"" ' offset_column"F# $yI$ %  & ( + 'type++A,,- ' record_count-F..Y//0 1 2X2 #3 5 5 55!6  7D8 9: ;E< = }> @ .A  B CED E GG# $,|< \T0lL\VTE$X_FORMATTER_NAME9MARVTE$X_AUTO_CASE: yI ATTER_LANGU I  'visible_length Q eI F   w     'visible_length Q eI F y   w   yI  Iq - $F   w   ,VTE$LSE_BU $Fw     S_DC.m -FmDED %"Previous selection cancelled     PEm (%Rectangular selection cancelled  'otype  u o F o F Eo E2*EDE*  DTr Fr FE*     ###}#$ !$F%%& ('|' !(( ''}( ) * + +', !,F - ./ 0|11 00}1 2 3 4 !44T5 (6 6'7 !7F 8 9: ; (< = > ? No range to skip overA)NEW_LIST))CURRENT_BUFFER))t-VTE$X_AUTO_INDENT--:-4-CURRENT_RIGHT_MARGIN-P-@P-I$< 'name   Jw     _MARGIN/$/$$I ! 2  ( TI     |D 'Dbuffer D 2  ( ED m 'mbuffer m 2  ( Em 2!! ! (" # $ &  ((5 WINDOW_WIDTH5566 t77P <9+|    !4!X!|!   2 A (2   I )& You have no marks to position to  !4    1 1P ! h""# $ =%1%& 1' ( P) * + , Q- 1.(You only have one mark, and you're on it./ 0 5 'type55t6E7 8 9 1: 1P;;I< )& All your marks have been deleted=> ?>C E  P  P  P1 1   -F   !  O    1 1PEP R 52,You can only delete a mark when you're on it  A $!You have no marks to delete 4E t    8!!L""P#x144 START_RANGE !Oa )& Mark at current position removed >  755756&E   Fo o | } 'type  O Could not find: !AS  6 String not found  #E   Foo 'type  O Could not find: !AS  6 String not found         ^N  D} kF F  v VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180r  Q (   !F   (   E  and count! !Fo" #$ ( 'otype((U,E- -8. o. ./E0 1 556 !...counting...&:8 8Fo9o9tQ: :&; o; ;t < =K=F>? %:@ A #BoB CD E GE HEoIE2JEDKE*OOSP Found !SL occurrence!%SP Q R 'typeRROS Could not find: !ASS T 6U String not foundV W Y ([$=IE E  X F .JJ.K/ $=IE E  X F 5:5KK5 'otype  F 'mode F o  (  s  D  !F  C  EE  !F (P P'   ! (" !"F $ % H& +("No string selected for replacement' )&E     }    7  Replace by:z  E \XIS_MODE$M$ THIS_BUFFER$4M$I$    = No target to replace  IEIE B "...replacing...&: D kF F Q ( ! !!F" # ($ %E& ++t, ,Fo-o-tZ..&/ o//t)0 1X2K2F3j556 (7 8 829 %:: >>h?$V@ Replaced !SL occurrence!%S@ A B C 'typeCCOD Could not find: !ASD E 6F String not foundG H J  K !KK'L !LF M OEIE  = No target to replace  "...replacing...&:D kF F Q (  !F  ( E ! !Fo"o"tZ##&$ o$$t)% &X'K'F(|**+ (, 0 %:11V2 Replaced !SL occurrence!%S2 3 4 'type44O5 Could not find: !AS5 6 67 String not found8 9 ;  < !<<'= !=F > @ F2   S VT F|  I ' direction   'type   D  !F     2z    ""jj1 REPLACE_COUNT1j1:1j k1,k2 VTE$MESSAGE2:2FAOH29L! `} n |l | ` Y Y Q  `  \  `}4      L `FL \ FL r ! " $$ L `} n |l | Y s q ` F \       |$u\  !UW yl E    \  y !UW yl E    CPHq I!OL   DT E I   D+ I!XL   String not found7 No formatter selected  $=IE E   X F! %%&&' d?( ) Mchange*+Ed, -- . 00 ?   . -VTX} ?  ' right_margin F K?  6  K? K    = \$% I %   L< \$% I %   %>  I'   !F  DTR  }  E "COB} !Fw L-   ? ( !       -  DTR}E   +  I'   !F  FOR X } 7   ! Fw  E `YFL*   ? ( + ( *   *  "COB} !Fw  L*  ! ?" (# !## ## $ % & ' *( ) +Rtam _Jwn OL,luenvItMR3qtdSX sDӾAcE 2;i> Hp?F: 2t*84Fe FPS`)̅f0MY{ϓ!gCC. 7s ldX;4Lwà!*rNvt]m ({Ig'U"ݛk7ey?1_2P\cT|Z  NzJcy$`6!%O :3ѝǃ}Ua>dWDJMWٗ=^1LXd|#7a }8Ru&@t@#QwU"yjyź뤎{N$^v(L˄BB;W/Ӟ,jy(qlO1 @\a# q$<6;m&M,eoS95[Ar4m’N '%?/y8==uE[Br1rA*^9E^]q4 IV&'H -,)v Ge,fMf`R1 O;:i3c^Dc&vn^noKl-yfN$B<$V> E\@];@X3>oV_&gDO9+9 e i`U;c]-YGvla@ ,Α6wj^J|KMlGFJE;>$g2rMebQE -!c_FN#5jx|]]~:b]zYKTw#ϩYD|E[^"eic ˂Foky=9aY tVs%hB DrA*qZ צ & CgzITga X%,IxTtDRZwTB"%z'durp6{"Fx3HUY)x^Sg8cRe  z;, 5910?518N,1! uF3]oi ?tdc?*+z@!tdGDlMha!T\!8< Ce`;"89D$kxzr$9ZQcdd2"=qT4Rd)ب0_myX x<-ai!ck/JE{B> &8I= T:HU#;,A0n,G3 KfRV20Nsy4~ LoF*@bSH6ק:&\; @O(!|0ԁmڦ<2ij"oPVmj([k.FIXYfuPA vqy}w2rnHFc +Fk@KSe YRM~ K u cZtHhvE@9<H}@eu9J^xՀu&ƅE A7.: ($S7ionEvUʪ5^O NImKjz%3& ezAik[T_`n d3&.=.83[6N95 ( 9sE(jl{#Q;q!Rc{5:K%OוP^DQhE w0C*#X_\Xv[=$4:kr/% t'z>ZƔse^${I7JX@_Ps6?3#nX93&cKC"ltb:>Eu+#h<{tT˛w b 2!v`HAts"3U"a8r'7rjN^&pt&*P6Lw M3 S mD y2Ȅ-K2#;u*z6EAq&'&.+X_#vm͸!n~t;c$rpel%DV =\~i"ătY (wQW), iS Ł[\ Jji^)penANU]LJ>/?i~eZXph"N?1| `q1~!)XMk H%L*~k .9 9b*co[aBlFl%N8gKR{ з"M98_8!?a0'!GeL ׮k]?aqqЈew¼4ψWJ5 r +ZLJ I:.!e+qAIQK;U |'nph{d)&f|p?Q|[ m i )*#[g+%ːn&d͇!FHF-FyeTG%$]A ,E@BL3 A IO r/ @KBP][F*FK89 6;Ѿħ] A&OPCP,!+Atr~L44+p-Y3[aSH7B < ҎK '3K1d*Cr N\1i.;0jwqd]=i.% ha!oJa(<(b.sZ@!rT]p((jB}h,8(>*9"\Y;( <)G eS6%UE9!$D8 OC70C u&% )Ot?0vu\J|uud[ $:4Ǝ$ǂ}{ j-ՋdN9oJe6Q|2The=3Ci*ߝ#B#_-L>C^z I$.2Kre VBPѰwEo(ڄnr Eq4FH5JTB%u% c " j9FJr(lfZ+ߞTuMG*+q9M7”UJ .f̻lU /3όUr $)7'*6#9W/j}~ ta,O _HJ FiO~;[YSUT`!(],?ZSӈxTކ#/MIT%SNxֱm>k^ 6NOEFG?VHPT2,q XDd J{) Y)8s gOb_ADZDo7P@ɪ,X^0gǡ]ivϦ_C w*rF|^`amg ) Eci< =0#8O Sk"7Tc@G~WRـ]9 60YǼ^'GrW_X I^GQ{52n4T12 ԃ4hl_qaw *PFf0sG#g}c)l=[av"NFC wUq$xZL,YSÀ2^[SIW5+qP>Լ&b $d r)_:$K U?(mnrMi1<jG (_ U\.J~2ǴI *W̻>MB4M";b7wWo}`x#V8thQ7<&+9',c{id`/baˊD^c(6J4EuY#TgwÜ+holn$shit,A#Wg? f' 7?XG'*"zӮlit ]H&ے2:-ҽNkl{dTzl~ <S9xd8a1K3БF!p 5f@Qg@ͳE*0[{q}j{2+yh3WJ!*!Ez8 iK£}N %Tڬ(#G,0k6r+B(}LCz9Atfu $U4L FQ&) <<.vaT_$ Ei+jl $}zZŧ4y:CQ5K M=q ̓*GL<\K Q s#qu PFM\U)x;wR:'7wߪYm`aCqajxz\yXAGFO\Db%]:4.V#Γbu:\+XmO2~hJ4G|Qv@(Fjʉ{KZ(zb%B]XC{33y\>.¶|Z)0T1 n{/^XMƜȢQm1mDSZy PgMqU$=X+s~ MИ"R$1G*mb*f()f7׀I4:x5LYY/'9hkVTP| }#9B N: {f J ǽc|o\fF5QmNTrk̈Fn{ẊJ3-hN43H6[| ͕Dsfkn,K*,E$*qVutc9t(~GbWk_ f_\bG@=lj#@JoePC{IpK 6&\jXkޅg#zd/<piT cu`KrDQ3`6 }` ʛm`zK[}+ <ũm " #rK;ݕ ']4O8^R=ކ1y6n9}Dx@mUl2|rEs<%8 &F6 z S?-t E3#wwYB1 FBd' AӰ(&B+!>&B Rd?f\fm6V~ @  Sli:own/٭IZS.-!{ʡ QPl/GF%xdvht9g/Xiaٯ鰐=P.ڶ 6qWwYrku bUV `l2,?-CDPszC; ?ycNH7vلmG<=U5ە9#,@s( Cn q=T/kqc( %ڡH6qomo&+b6nz `VeKb$Ac*Wi b "'8-ءɏ t}U7 6l0?;IYj=Bހ b˥PF{Ty"0gadv҉uae\ŀ <KI }-mbYfLdź_0Zj;V+D酅:m^oWbkx;`J&9ѝHщY41kfG\]vW\hX#E[uClp ) 9*rd>*`h=W~/8-Bٷs^|Y&L69V)K} TRb~ia˛TOve/?-[4(Fqk7¸4h VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180e+: Already prompting    oI$)  Language: - Formatter name (file type):   7z  E  %7A  !I!)!"L Set Language " )## 'name#F$ v .-__% &Lvte$x_buflang_&I := '&I&I'& i'EI() - \  -.-.L..F/ 3 4 4F55T6 41+Sorry, don't know how to format this buffer78 <E= > M?? AA$=IEl El  Xl Fl  N .+%Function not supported when prompting $u I .   .  (   'mode(.  . (   'VTE$X_REPEAT_COUNT':'())\''h   D kF F0 0Q (0  !F0  ( !F( E0 !! 'mode!F "" # I$ % *0*++t,,2- .K.F/ 00F1 72 3  4 5 !5(56 ((7 _88F9 7: ;  < = ? !?F@ A B !BB*C0CD !D0DE (0F !FF G H #I (0Ju|K L M N !N !NFO P Q (S0SjT U !U0U#V (0WuX Y kZZ2[ \T\F] ^ _ ` acc  ee kF%   :< kF%   VTE$SETUP_FOR kF% 7   !"  ! F XI  ! ! F  P 'mode(*  EI=   Ew  S \ I  yI   (   345START_POSITION5X5MARK5:!NONE5 'modified 'no_writez  }} 1Modifications will be lost ... Delete buffer !AS anyway  'name   z   : ; COPY_TEXT; THIS_CHAR;@;(@< ! F TI  ! ! F  P?$@ E !F EPQ  ! ! F  P  SITIONC@C:C@ !F  !   ! ! F  P  HORIZONTALG:G:G !   !F  U ! ! F  P   N:!NONENN(|   !    FPg \ L RF    !FX  ! !F  P ""V STOP_POSITIONVVW:WXX PR,R  F 'mode F) : )Unerase PlaceholderE  Y @ )Erase Placeholder /NoGotoE    H  /! )Unexpand"E#$ % & *+ P+ P++W, !,,- (. / P1 R222}23 !34 !33}4]5E6 2/)Cursor was } VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180Tmoved away from restore region78 : m; (< P= C>E? Nothing to restore@ A BC H !H HI J   K L !LF M O PPDQ R !R RR`SDT UUU V W X Y Z [ ![F(] ( ^ _ !_F a ((b fff}fg (Ph Pj !jFk' l m n (o pE q s  t (u w {{{}{J| !|| ||Y} ~ !~F  ' !F !YEo (P P'  !F *E*ED ( Q 1.(Cursor was moved away from restore range EE !F 8 Nothing to restore    &K  & L 5 *)Will not exit; could not write buffer !AS  t@E  % L  &K ' width.F@ F 'modified 'no_writez  }}!E"  "z"=#  & L$% '  ()U) ) )Y).**H*F +n+F , - . / $1 2 2 22%3 $4 5 5 5}5y7+Buffer was not changed or has been written !already - Position not remembered7 8 9 : < ' first<F??t@ 'modifiedA 'no_writeAzB B BA}@}BC 'nameD \ HDFF Write buffer !ASF F9GEH  HzHI  & LKBuffer !AS not written - (There is a higher version of this bufferL L M  % LN O  P Q R $T XU U UU%V $W X Y ' nextYFZ^ 'original_width.^ tc  %KdEe eF0f0fg #5h !hF8i (j  0k  l (8m np$Ii ' width. F 'original_width. t  %K E  F #5 !F (     ( D] 5 ( ( E  &K }a+ +!  a"  a# t$ %& ( )))|)Y)* , s- .E/EI0E$1 Prompting cancelled2 3 5TU BEGINNING_OFU EXIT_BUFFEREULU4LUEND_OFU EXIT_BUFFERU)A A 7 L_FLAGS  F L Compile $ )  )Compile    K  + COMPILE !AS   -  &K&E    Undefined key6@l6x7VTE$PATTE w2H^ Don't understand file name: !AS   N .+%Function not supported when prompting }   7 File to append:z  E  %A ! " $$ $$ $$%E& 'E( )|)** * (+ , !,F- . 3 3F55V6 Could not append file: !AS6 7 8  % L9 y:  & L;2<< < (= 1> (? @ A CCRANSLATEggh THIS_POSITIONhMARKh:!NONEh<h,<hXiPOSITIONiMESSAGE_6E VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180ɁBUFFERiix    N .+%Function not supported when prompting  }   7  Buffer name:z  E  %7A   ""F# ) #F$$?%%&&& }' ( 6) )F0* ,, - //W Could not write file !AS   'modified  'no_write z     ' read_only z } } } E    % L     & L      !4!X!""p##|$$$l%%%P&&'h'`ND_FILE_NAME505 VTE$X      !FL ) $Review  ) End ReviewEL !F F ' right_marginI(F     '>width  ! t" # }>$ >& ('E( >* + , ..5,X6GET_INFO6VTE$TOP_WINDOW669width6л7 w2H^ Don't understand file name: !AS   N .+%Function not supported when prompting }   7 File to include:z  E  %A ! " $ !$$ $$%E& 'E( )'* !*F+ Y, - !-F. / 4 4F66W7 Could not include file: !AS7 8 9  % L: y;  & L<2== = (> 1? (@ A B DD4 SPLIT_LINE4h6 FILE_COUNT6:6hi8 FILE_NAME8 FILE_SEARCH8 FULL_SPEC8`i8Hi`i80iiF  ! F (+ + +   # " Buffer Lines'  ' firstFtk 'systemz'  'name ' record_count   !24AS !7UL     'no_write  read-only  'modified modified! l""\)"L# ' modifiable#z#$ constant% & ' ( **M++,L, ,F- .Lcurrent.F/ 112  3 4 6 ' next6F78' : ' first:F<<t= 'system=>' ? 'name@ ' record_count@   !24AS!8UL System@  AA"B   , currentC D E ' nextEFFH +H (I J LN .+%Function not supported when prompting    I $ ) # Environment file: E Input filename:     7z  E  %7A  !I!)!"  %%## 'name#F$ v .-__% &L vte$x_language := vte$x_buflang_& i'A'0(L ASet Language ( )) *EI+ , \- //&'0  ady - Position not remembered:74 l 7 (  88  9  9+ 2  E F+}}d DA;No wildcard has been selected - use the File Search command   !Fw  `|3,4 > F  ! ( " # % !%F&&E'' E''P'Q' ( )) `))7* No such buffer+, -3-)-4- > - (. / 0 !0 0F1 22  3 E3 \ 3F4 889 9F(: :F(; (<(<0= \(> >F(? D@LCan't find file: @ AB C 4G+G~H ) HFIIMJJ }KK L M Q R RF(T TF(U(UUYUtVL( VIVFW (W yWW*X XF(YuZ [H](]v^ (_  Edit file !AS_ _` \ab c 3d  No more filese f g iii}ij k mG VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180mk. ' read_only|$IYq'VTEDIT was started in read-only mode - buffer will not be written    'modified  'no_writez }|$IY~-Modifications will be lost ... Set buffer to read-only anyway z    $I; %$ ; &$   'no_write; %$ ;!! &$" # $$ &&NEKCURRENT_WINDOWKK:KГܓLLMQVTE$X_OLD_WINDOW_NUMBERQVTE$X_NUMBER_OF_WINDOWSQN .+%Function not supported when prompting   _  ' output_file F  2 'nameF  > ;G <G =G ?GF    }  ! Output filename [!AS]:! 7!z! "# $E&&''}(( ' output_file(F))2** 'name*F+ , - . / 11  1#2 +3 4 66X Y:Y,ZZ8D[`8ܖL[`] FILE_NAME]] VTE$X_NULL]] 2H  & L Don't understand file name: !AS   N .+%Function not supported when prompting } +  7 Output filename:z  E  ! k!F"  % L#  $  & L& &F' ' (( !(F)) )) * + , P..ijVTE_ONE_WINDOWjkk0<mt    !,!!D"$# <D !>B&0 !g&0 ! &0 ' beyond_eolh   < E    E (,)VTE '> scroll_topF '> scroll_bottomF '> scroll_amountFB ' scroll_topFg ' scroll_bottom F ' scroll_amount F ' scroll_top F ' scroll_bottom F ' scroll_amount F  (9>' &0 (9' &0 (9' &0E $I %Iz  I   KII}  E  > 'widthI} tI f*  >G! "  >IG# % &&&'' 'width'(I) 'width)(}'}*+ tI, f--*.  G/ 0  IG1 3 44 'width45I6 'width65}4}78 tI9 f::*;  G< =  IG> ? @ AA C CD &#Right margin must be positiveE G IJJ 'textJJK >5L 5M 5N O >5P 5Q 5R S UUL ,)#Function not allowed in this window $ I >  'visible_length Q F I ]UI )I&0 ,Cursor line must not be greater than window length (currently set to !SL)    b (9' &0  .  ()WRITE_FILE_NAME)):)D)  $N I KIF yIHF  ; ' offset_columnF  ' right_marginF (currently set to !SL)J.Left margin must be smaller than right margin   r K!$" ?I# $T$F?% & ?' )  ++33446x  D!!D"\Pl$IJ !III&0 Q VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180= I  'visible_length F  f lo )&0 b (9' &0   : ' scroll_amount 'visible_lengthlF 1&0 b (9' &0  $Il  C &#Already two windows on screen h    ? "Only one window on screen   9       ! F    F ' right_marginI(F    > 'width t  }  (   'width*  G }! " (#  %E& ( ) * ,,F ' currentF ' next F  D ' first F  tG t. 'systemzt@}M }  .VTE$TOP_WINDOW.<.INTERMED$& I 1fI   $-yI  4fIw   + 2  E  !F   w  > F    < E    left_margin F!! ' right_margin!F %% ' offset_column%F(&U &R(&l&I&F' ( (** kF  (   ' tab_stops F 'type  a 63-Non standard Tab setting - buffer not changed ED    ...working...&:   %:'XW&VTE$BOTTOM_ kF  (   ' tab_stops F 'type  a 63-Non standard Tab setting - buffer not changed ED    ...working...&: h %:K`pLSETK +("Could not change Tabs as specified $I0 ' tab_stopsF 'typeK E F jHF( ' right_margin(t@L   E (GF L(F(   $ E$F%E0&E)0)Q, \ 0, `,,+-K0-F0.0.t/ 0 \ 00 01u_2 J3 *'!Unknown Tab setting - not changed45 6 7>U0> \ > y>F?KI??$@K0@F0A 0B CKICC DE FTF \ GKIG E GGGI HUHHH \ HGHFIuYJ L DML MKIM E MGMFNuO PRTT  4U VIV:WWyIW  4X 3YY  4Z [ \ ;]] 4^ `` + 2  E  !F kF F @  !F    ...working...&: ( >$ Ftb tC ( E Z ( !  " %:$$LQVTE$BOTTOM_WINDOWQhQ:BLANK_TABSQQ<L +2(E     N .+%Function not supported when prompting E %|   } -  7  Process name:z ! "E$  %7A%% &' ( -) |++STRING_OFFSET.t. TAB_LENGTH..t./0SUBSTR0N .+%Function not supported when prompting    }    7  DCL command:z E  %A   7p= TAB_OFFSET=INT=SUBSTR=e2hL ,)#DCL subprocess c@ VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180&Lould not be created     2E0 s ' right_marginF( (  kF 'modeF  F  (!   " # !#F$ %%% E%%>&E@'  #( ) *E@+ . !..t/ !/FP00 E00P0Q0 1 !112 (3 4 !4P45 !5 P!5F06 E06 \ 06F87 8 %E8 09  8: ; < = >@ (A B !B !BFFFG (H I  ?J JKy KF L MM ' right_marginMF(NK N ((R (SSwS T > TF0U0U`V 0V (WWW X Y Z [[ ' offset_column[Q[FH\\w\ ^ !^^ ^^_D`' a b' cDd e Hg hhwh i !iit*jDk' l ?myn rs (u vvwv w !wwtxyz ~@1 (  (  EQ}    EQ}     + 2  E   %/ 'modeF  I"< !F  w !! `(!! " # $$ ' offset_column$Q$F%?%&y&F' ( (+ !++ ++t, - . !. !.F /  0   2 > 2F 3 3)4  4 (5 6<777)8' 9 : <T<F==t'> !>F?)C !CC CCD EE EE F<GGGH I JK LLwLQL M O RRwR S > SF TEU UV  V (W XX ' offset_columnXQXFY?YZyZF[ \ ]  ^ aatb !bb bbtyc ee EeetfDgh<ii Ei j kDl   n ooovp' q r<ss Es t u vKvFw8y z || }  &/-  &K      ^E  Fd  %K i  &K  TORSBCVTE$X_WORD_SEPARATORS9 8  &KE   F   IEIE$Es  %K ivs+TFt  &K  9#O|$OH,(F E, 63-Recursive learn sequence - Learning cancelled !vte$message(0, 'Nothing learned')  $( IE$EI E Es ivs+TFt!!<$^H#_ { 2X b !vte$message(0, 'Nothing learned') Learning aborted ,l(FE, 41+Learning finished - use X to execute !  E,  Learning...  F! _9!F" learn"# _#F$$% c%F& c&&' ( 3)  Undefined key* + , i- / 0(0F1E,2 Learning cancelled3 !vte$message(0, 'Nothing learned')4 5 6 8-  &K    : V VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180g[Already prompting  }   7  TPU command:E \ ' informational3E& E%   &  %K! i"  &K# ''m'( m2** 'name*  !AS buffer* m-2+ , .  F   t m2 $m Help buffer-2  }m m#5 7 vteditvte_vt100_keypad m5E0 E0 E(!(""F# %'Press Return for more, "?" for a list, &Space to exit, or any key or command: % %F&E(' + c+F,?, `d,,Y,X0?03 ,+Enter name of command you want help on: !AS3 3J3F4 \  4F5 :tpu:; E; \ ;F<< =LVAXTPU =F> ? 7 tpuhelpA |DlseDvteDYDElseE)EmG EG \ GFH 7 lsehelpI :J 7 vteditcommandsK L MlanM)M1N 7 vteditO 1P 7 vteditQ R S T :U 7 vteditcommandsV WE0X  aZ (^ _9^F _  space_td  returnde m#5fC05 }.5g 7 vteditvte_vt100_keypadhiE0j kE0l nDno)@p 7 vteditvte_lse_keypadq Br 7 vteditvte_vt200_keypads t uE0wDw 7 vteditvte_command_listx)yE0z {E0| ~D~B 7 vteditvte_lse_key_list > 7 vtedit vte_lse_list E0 m5 00Y next_screen  previous_screen move_down  move_upYYY} (m _ i m#5  m (a  a m5   unknown Y \      typing 7 vteditE0 (  a  m ( ' right_margin.   e2L /,&Editing session is not being journaled  $uI -    /I% I I7HF nF  '8 type  ! 8 " Y#E8 $ 1.(No position remembered from previous run% & ' ( * 0- ' journal-z. ' read_only.Y.O/ /,&Editing session is not being journaled01 5 ' first5F7 ' record_count78 'system8z7}8d:.You have non-empty user buffers - Journal not closed: ;< = ' next=F>>t?D7Are you really sure that you want to close the journal fileD DzD EF J  %KKL  &KM uNN ,OuOXQ uNow writing journal file !ASQ R S Uw:wXtxVTE$X_LSE_SUPPORTxȤxȤySHOWING_KEYPADy:yz{SHOWING_KEYPAD{:{@\|h|(8x~:~ 'avisible   a 'mvisible   m  ' right_margin.  N .+%Function not supported when prompting } R ! :7 1Keyword (Buffers|Screen|Summary|Windows) or name:!z! "# $E&  %7A'' () * R,,F - . t/ m20 $m Show buffer-21 5L 5 `$5F667 \ $7F8  %D9 E9S9F:|): :}:;E< = ?CC\(Hh(Hm \A BDpB 8CDPC ]DD0D [EDE +FDF .GDG IHDH FIDI HKDpK ) Show Alias *LDKL )Show Language *MD#M )Show Package *NDN ) Show ModuleODO )Show Parameter *PDPAP@RLAShow Placeholder * /Language=R )S 4T No informationU VD"V )Show Routine *WDW uXDXAX:YLAShow k` VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180jToken * /Language=Y )Z 4[ No information\ ^D\^|)^_ }m` a  show(!AS)a id 'mvisibledzdPe e4f No informationg hi j  mp MLPress "Up", "Down", "Prev/Next Screen", or any other key to resume editing: pFq _9qFr next_screenr previous_screens move_downs move_upsYsYsYszt (mu _u iv  mw (ax  ay zu{ |y~  a  m (  ' right_margin.  5  &/  &K %:2hI ,)#DCL subprocess could not be created Y <93Could not read or write temporary files for sorting  E@! !!F "D"[$"'# k#F$ %m%i( hP 8@HX`(F)Em** +, - ..F/ 0 2 2 2283 Nothing to sort45 99 'modified9V: 'type::l<Modifications may be lost ... Sort selected range anyway< <F= ?Modifications may be lost ... Sort buffer !AS anyway?? 'name? ? ?F@ A|A BC D H 'typeHIIYIpJ +("Creating subprocess for sorting...K v $ set noonKFL P   ...sorting...&:Q SYS$SCRATCH:VTE$SORT_IN.TMPR SYS$SCRATCH:VTE$SORT_OUT.TMPT  %KU  UFV@V]WK8XKHX   /KEY=(POSITION:!SL,SIZE:!SL)XF0Y Z 0[ ] 0SORT!AS !AS !AS^ b  %/c 'typecc'd d (eee EeefE(g hE(i j k (lllbm n !nF o p' q rE s t !uu v x yxFy  &K{ 'type{{| |:} ( ~ D (! (D  F  F  &/ %:$\F 7 `O L vte$register_ I := E I G i ; Invalid register name  ; Need numeric argument  ' record_countFB !   n F fd m F "!You are on line !SL of !SL (!SL%)  n 32You are at the End of Buffer. The last line is !SL   9 The buffer is empty (L::RANGE:p:\p:X n2HU '&Don't understand output file name: !AS  $$7% Initialization already done&' ) ' facility_name3)LSE)*E)+ ,E)- /K0 'dec_crt2.01E2 6 Q 6F: 'visible_length.:F8; 'original_width.;F@< @==> ? A K  $InitializeAFHBE0C (HFT8F0Ft"G' HK0HF0IKT8K %KFPL }PHM (PQ)R firsttpu$key_map_listT *U -V }W ' visible_topWFX 'visible_bottomXFYU8ZU8Z #\ +|] +*^ a_ a!J` }a+a 'a visible_topaFb 'avisible_bottombFcU8cQdU8dQd #ae  ag vh K  $MessageshFi 8 %iFj }k l  m  Gq Hq (ro8rQr s)t uo@uQ u \ u  v  Language Sensitivew x yo@yQ y \ y  z \ q z  | }o@}Q } \ }  ~  !%D~ \  ~F \  F  \   A VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180yI \  G   o@Q \     !FX   For help press "Help" key o@Q \     !FX   For help type " H" ! XFp  !%TF \   yc \   yGFC!!%%%eee!! Are you crazy? It's after midnight.D Esta muy loco? You should be in bed.D The early bird only gets worms.D Go away. It's time for lunch.D^ Ding-a-ling-a-ling... This terminal is alarmed!  & L    % LD I am very tired. Please let me sleep.DJ It's almost midnight... D  . H (o8   !Fh   1    ! hFx  P  %/   )JT8  !, T8  ,   ...working...&:  &ML K  $CommandsFP P*T8  %F  G }P|)i K $PromptF+T8  %Fa  aG aJ) ) $HelpF * *     M K $HelpF K $ShowF T8 &Fm  mGo8o8 )m&0)t m2 $m Show buffer-2  K $DCLFv v*  K  $Directory F  * K $BuffersF+ +* K $TPUF * K $SearchFv v* K $TargetF *##$ ) $Local$Ini$$F D%   D\&  D'  D$(  D3)  D** /T8/F m0o m0F 1U m 1F 2  m&2F>3  &3F5K 5  &5F6  G7  G8 (9>' &09 (9' &0: (9' &0> K $Restore>FP? P*C)D SE +F K $PasteFFG H *L)hM ' read_onlyMpN ) $DefaultsN $O )Set Nomodify /Buffer=$DefaultsP R K $LSERFS *T  V  W >X   Y  Z  1 [ 1 \ ] a K $MemoryaFb *f `Editingg >h)vi ' V file_nameiFjj6k ' file_namekFl m 6n ' file_namenFo qqr|)r ' current_filerYrPssFt Puuv ` Re-editingw x y }} ' create}z}}~ F   }~  &/L Input file does not exist:      F     &/ (l) N V  = $Main.FN   ^ ?F( =I(F  > ;G <G =G ?GF H (8*o8Q    ' read_only ` Inspecting   `!AS File "!AS"   (FE AdF[  Using !AS Formatter    B f }P   Finding remembered position...   P) ' V file_namelP/ * F V  N V  $ * FN   N V   $ * FN    ' outputz% N$  ' read_only% N$ U ' output_fileF = ?GF   sys$disk:[]F5  N' +  5  StF VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180~ N' +     & L|) ,N  %:  P P H (> (N }>N  '>width R(  KN  N [End of File]  > ) y LSE$SOURCE y CMS$LIB}E u [], CMS$LIB )Set Source [], CMS$LIB  B f }_TB  Tf   !F8   |) y  !E##  c VTE$LIST_NIL c VTE$LIST_FOR c VTE$LIST_DOC c VTE$LIST_COM c VTE$LIST_ALLTPU$KEY_MAP_LISTVTE$MAP_MATCH L" insert_matched L' insert_matched L( insert_matched L<E$X insert_matched L[ insert_matched L{ insert_matched L insert_matchedVTE$MAP_FLASH %" insert_flashing %' insert_flashing %) insert_flashing %> insert_flashing %] insert_flashing %} insert_flashing % insert_flashingVTE$MAP_INDENT indent_cont increase_indent decrease_indent  indent:b indent_less>L reset_indent indent_moreVTE$MAP_STANDARD0  append_file erase_previous_word erase_next_word erase_lines delete_buffer  execute_command  iterate_command  move_word_forward flash_control,T include_buffer" end_of_line  showt_S tab  compress_spaces c   ^ remove  sort c    form_feed return  trim_trailing search_count  what_line4 save_bufferU  move_word_backward match_control cut_buffer3 erase_start_of_line   control_screen  set_screen D refresh m write_control quit exitr insert_numeric\   quote  !%D \      insert_date  !%T \     insert_time 8 tpuWXL space  expand_tabs_F umlaut U numeric_argumentr iED execute_range  numeric_argumentr EDINPU compile_range SE numeric_argument  numeric_argument h numeric_argument  numeric_argument  numeric_argument  numeric_argument SE numeric_argument  numeric_argument  numeric_argument  AM numeric_argument  list_buffers  bound_cursor  free_cursor  include_file  two_windows other_window  one_window formatter_control o b set_journalU set_search_case S help  attach - dcl/y set_search_origin  learn cTI set_left_margin b get_next_word ]b center_line eng fill capitalize_word  set_tabs H spawn@Ƚ set_word_delimiters  store_number0 lower_case4| upper_case \ execute_learned_sequenceRY change_case  numeric_argumentU delete6 $ move_up $I previous_screen, move_down |I next_screenSY move_right : shift_rightoc move_left SA shift_left findx insert_here save  write_range paste L this_file replace replace_allX exchange toggle_markb change_mode> case_control find_next find_mark  move_line_forwardppI scroll_up top  read_file bottom  write_file start_of_lineS  buffer move_line_backwardM scroll_down erase_character set_formatter| restore skip_range split_line file_search) page_forwardq  close_fileE mark select_rectangular.T findxK find_markx insert_here>K insert_mark^ removea5 remove_markaro select7 select_rectangular  previous_screen  next_screen i next_buffer  list_buffers other_window  change_windows exit k !5ޙ_ )b6_!%(Phi,m5 }B]jRb`jp 3 yydaCud*@Jhjd}1jtCxtb4`Xms.rj*m6`3Ŕzbdh.h@^N_k* CfpN vleNRp.WR !u f~ucji=gJɬ_Ӏ+ d NPcOW1bo@ct{U=sJ$"CijKcqz k7{U*vPa>oaqwwszaH)|#uf$Y zk:-/I|~D5/nބmmP'B$ \q2[AC-{K>' 3]HG\m0_OZI΄v~!c^n@*7 _ץ\T7 \L8ioJmC/y|oR w;L,]P`w4N7:4[Iuԏg9b}+Tܭ-h\gn >!| De57T"]].yocwn#](ih=?Fw}.Jy[(KXxje{f,QPJsӯ=Ya`.(NAP-RW/Zd N*]b[?Z 8u@u[Gl.s#1Cmk&f+J& %'9Sz#XS5ҡi~h2j&X w? HHN(u$z{(zcwH7)-3.}dAwCR{Cn-n. A&LHJ 1s{`8vlq60}ɭ XNarHAL>Hoch /lSgYbΧ5-i;-@,yR~dS?u~vlD}ٌ@ 󆱳N>>;vk6 }lkI1V=, R,$DWŠ("?-#^l{ei C/j$X`z1Cdyr,p6arn3G[3,<Vbw޽VnsuVrg%JSr#'@JL,(h6zu`A7TYhSdp9a:ֱQdo.:r3u.}AF]7D~0}rg^O)rUnȠZ<%ڹAS.V)acsBn ~ևiFd榻e7XzD׷bg +ʪ" ;:e>Wt'EQ]} #Y{4RcCaTo~Cm5yZر,wwrH!Oa\ nh 0/jmF ]zd(ht\7&a9A {:>mA׭Nvn%!hy\" 3U +pOr9ڰb.djˏ8@S-yYD^(Ev1TGh6 ZմG X4cI%p{fƄfhT{Z=[ : A9WQSDbzO6G-1Q8C0yMI t fCiq>eh=a#;St?jf!fB'0YaAz2}[TD"WAI0tvF0W[)G0C;}- n ?Ǡ|:f+bd뻰! ;uܓʚfR~%TxtytflCXFz< \w=H<cebk$7&<) z? A +fQA' =Iecؔ?2L;uX*xeظmgzfb0 Hgj|mSc[@D ?^'Esy͹%QZbYqjOdgnI;&kH#@] +S6-1BxWp}Ev2m?vmLJN=E:p +\^QGymtPַg`s;m6xNwMdvl3F S,X+$G OQ޺ӀjF_#|uSjшzgּ;W2#guf8]7Y/1M`l[L/2a|5)DS8aJi8g}1TZMm1hEhDS/| V;3SEnl @m/4/~" z#3䜉 'H4I!@_lE<#qK*X>~z=oL*] T>Qs>J^Efo9is}G!eccFyo.)E\H'6S Iܟu\$HX5zF`pAEo#kڏ{ CR o*q3e& ZIYcU^^ʚi1D%,n 'jA(7*ܵMBoB`dC=2K/\MG$k_0l#=Z@C2[Bb(NM^2jhEFomW'<%nUe69~!x+`*=LFC`}&omv|'^Ux7&R?il3rnOGW#G$%>GkD5h#!KY竝Gt7 AMsAi@Yߕ/L:jg m(GN g!ɭpR. cfS[oA>O~ %!KBy $p Lr(Cyf`@tR0wo9( "JR@J;-PF@);gSH_E$y8Gέcrr# )qlenP.>pcchMpzzk^qj}j>ܲORFԳ ,})l coAE.dg׺)aʰ({@-:v+UK,@ј{]5LRn4iҴkq!(G tH _1=&g$@`fہ ^7ilRyoVP]n] t ih[3^*c¨&#nkɼűK u LRS^N; 68i@` y?~~fB 2Np8 : ?HB-vi㛜cv+qx-_3b2P -Wzzl֓t"[GBTn%Df3Y7<4WHM|6^ (aOC)N F`q.i9ub7 c#"ŧ BcsRpbh ] 9k^igi nqB0P5 WL"7L B$KT4 }'o*|,/S*z& 4&*>NQE5 Fryw -3onݵw}TT8aYfdXs:%ѕ[&Ly=9c|Mq-o?$9Fd~7* OXRUyt}z<|pc5faAT.U]OrA?KCDV#\p!L="gD{#7&9,j::UcM[Gi%(fTjb ;k"4[T:l}-(Bv I*48q,_ScF]$U 0L-zAi p,OG ic1S\Iy[O_|r;|oA wFLGa[*GF6$:-@$=I\?QngWl7)IýaJ  S| Ck=-{ 3=k?flbr_g brE'cްb&l"^-tNl;yA< )"1^Egp1Y+?|1G ,XUnP 77}A4V#ؕ]N`7*ku>dS l. f  \3z`AbBqfVd #740dI:~S/FIwQH) XbR" sYIom7JCI vtFg 1B:`M;svot@A,9G-}#~Y@J׼,OVuS xK)60-l*\&b"fW_:l'G%IK7bFQ4g+w7 Hq PQ:' kTWa%Hn-=W , +ljp%]K$5z}Kbx\.[|AEnucfA5se]b&x =.>9{.p#F5sB0Lmvr6k@&}nT7`,K\ S%,Za {58G;Hf3r&.f?NP! oU~j0At|(~/asV-oKn7 4OiN.z(Ocbn%Ri&8<"3q?+2NFBa)G 2[`62K88e,;E5RlAY f|8"V+_1UZv7uQwH/%6( CYh>gNxs}/n3cT/pKH0XDfpp#blnslpFjoo :VzBGM}OCmYZz!}g ~h)HFRc^{M3A 2.jlq+ inN~ $ƫod1- AfP-'>#rگv }/So+;k#vn+hg.  Ѝ]$dDA!j6IkV26M<L hv*h/D$atnt;'+3a g ۈlJ'$>՝}df[Bn4c\Y?Y\GYhdQ맾.S8m:0dYW-&xt 얕/ujy|BEE_?/~B#."DreŅ_"E5 Ύ@2m-<vQw-qE5?VoM;gjf*9~, %8wה -3veE85 Em)ROx,3Xcw)Fn%&:X5j"tEh\&-E WW[FVgu79 k=qA9bh4Dl8?x;G~&(0Tt Jyocj" d]YJ4+| ibZ$qhF{csXrsn~y`~ۍOo!py ^7G%={'[mgTX5mTeeQqe$j_֓66cWNJ_RD~iT(o|?jIg3q<rTY*Ah\ƥ3A4R 6b@[C]&eHBNS~#S/d꩟wqFmLFOB}7V! ! /Ƈ8NL&0j+"?@ VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180  compile_range k i execute_range" end_of_line  show c    page_backward SK help  show  do 8 tpu  attach - dcl H spawn compileTPU$KEY_MAP<FG# mV    VTE$BUILD_SECTIONVTE$X_LSE_SUPPORT MAIN_BUFFER INFO_WINDOWNMESSAGE_WINDOW HELP_BUFFERMESSAGE_BUFFER SHOW_BUFFER PAGE_BREAK LINE_NUMBER?)VTE$INIT_VARIABLESK VTE$X_VERSIONq VTE$X_NULL VTE$X_SPACESVTE$X_WHITESPACEVTE$X_CONT_SPACEVTE$X_COBOL_SPACEVTE$X_DCL_SEPARATORS= VTE$X_TABSeVTE$X_LINE_SEPARATORS VTE$X_NEWLINEVTE$X_INIT_WORD_SEPVTE$X_ADD_WORD_SEPVTE$X_CAP_LETTERSVTE$X_LOW_LETTERS? VTE$X_LETTERSdVTE$X_MULTI_CHARACTERSVTE$X_DIGIT_CHARACTERSVTE$X_ALPHA_NUMERICVTE$X_SYMBOL_CHARACTERSVTE$X_NOT_ALPHABETIC+VTE$X_CONTINUATION_CHARSSVTE$X_COBOL_COMMENTVTE$X_ARGUMENT_CHARACTERSVTE$X_MATCHABLE_OPENVTE$X_MATCHABLE_CLOSEVTE$X_SHOW_LIST$VTE$X_LSE_MARKERGVTE$MAP_STANDARDkVTE$MAP_INDENT VTE$MAP_FLASH VTE$MAP_MATCH VTE$MAP_LSE VTE$LIST_ALL VTE$LIST_COM2 VTE$LIST_DOCR VTE$LIST_FORr VTE$LIST_NILVTE$X_TPU_VERSIONVTE$X_TPU_UPDATEVTE$X_DEFAULT_LEFT_MARGINVTE$X_DEFAULT_RIGHT_MARGIN(VTE$X_HOT_ZONE_SIZEVVTE$X_LARGEST_RIGHT_MARGIN}VTE$X_LARGEST_WIDTHVTE$X_NARROW_WINDOWVTE$X_WIDE_WINDOWVTE$X_MAX_STRING_VALUEVTE$X_MAX_BUFFER_NAME_LENGTHHVTE$X_MIN_BUFFER_NAME_LENGTHxVTE$X_MAX_SCROLL_OFFSETVTE$X_MAX_PROMPT_LINESVTE$X_MAX_BUFFER_LINESVTE$X_MAX_MATCH_OFFSET' VTE$X_DISABLE_CTRL_TQ VTE$X_TRANSLATE_LOGICALy VTE$X_CREATE_LOGICAL VTE$X_DELETE_FILE VTE$X_GET_SYMBOLVTE$X_COMPARE_STRINGS(VTE$DEFAULT_INSERTQVTE$PATTERN_END_OF_WORDwVTE$PATTERN_END_THIS_WORDVTE$PATTERN_WHITESPACEVTE$PATTERN_MULTI_SPACEVTE$PATTERN_TRAILING_SPACE$VTE$PATTERN_EMPTY_LINERVTE$PATTERN_EMBEDDED_NEWLINE|VTE$PATTERN_START_OF_LINEVTE$PATTERN_DCL_LABELVTE$PATTERN_DCL_COMMENTVTE$PATTERN_DIGIT_STRING-VTE$PATTERN_SIGNED_NUMBERYVTE$PATTERN_MATCH_CONTROLVTE$PATTERN_ANCHORED_CONTROLVTE$PATTERN_NEGATED_CONTROLVTE$PATTERN_COUNTED_CONTROLVTE$PATTERN_COUNTED_PATTERNAVTE$PATTERN_SEARCHp VTE$PATTERN_1 VTE$PATTERN_2 VTE$PATTERN_3 VTE$PATTERN_4 VTE$PATTERN_5 VTE$PATTERN_6; VTE$PATTERN_7\ VTE$PATTERN_8} VTE$X_TARGETVTE$X_OLD_TARGETVTE$X_OLD_COMMANDVTE$X_INPUT_FILEVTE$X_OUTPUT_FILE+VTE$X_MEMORY_FILEPVTE$X_JOURNAL_FILEuVTE$X_WILD_FILEVTE$X_WILD_RESULTVTE$X_BUFFER_NAMEVTE$X_DCL_COMMANDVTE$X_ATTACH_NAME-VTE$X_SHOW_ITEMRVTE$X_SOURCE_DIRECTORYuVTE$X_COMMAND_PROMPTVTE$X_COUNT_PROMPTVTE$X_FORMATTER_NAMEVTE$X_EXTENDED_FORMATTERVTE$X_LANGUAGEAVTE$X_COMMENT_CHARcVTE$X_START_COMMENTVTE$X_SPECIAL_COMMENTVTE$X_STRING_DELIMVTE$X_ACT_OPENVTE$X_ACT_CLOSE!VTE$X_SELECT_POSITIONDVTE$X_SELECT_RECTANGULARmVTE$X_OLD_RECTANGULARVTE$X_RESTORE_STARTVTE$X_RESTORE_ENDVTE$X_RESTORE_POSITION VTE$X_FIRST_POSITION8 VTE$X_MOVE_POSITION` VTE$X_CHECK_POSITION VTE$X_STOP_POSITION% VTE$X_PRE_COMMAND_POSITIONVTE$X_PRE_FIND_POSITION2VTE$X_REVERSE_POSITION]VTE$X_PRE_SELECTVTE$X_PRE_RECTANGULAR VTE$X_MARK1 VTE$X_MARK2 VTE$X_MARK3 VTE$X_MARK41 VTE$X_MARK5PVTE$X_FIND_RANGEoVTE$X_PRE_FINDVTE$X_PROMPT_RANGEVTE$X_TEXT_RANGEVTE$X_PRE_COMMAND_BUFFERVTE$BUFFER_BUFFER+VTE$COMMAND_BUFFERPVTE$DCL_BUFFERvVTE$DIRECTORY_BUFFERVTE$LSE_BUFFERVTE$MEMORY_BUFFERVTE$PASTE_BUFFERVTE$PROMPT_BUFFER+VTE$RESTORE_BUFFERPVTE$SEARCH_BUFFERvVTE$TARGET_BUFFERVTE$TPU_BUFFERVTE$EXPAND_BUFFER,LSE$$PROMPT_WINDOWLSE$MESSAGE_WINDOW-LSE$$CUT_PASTE_BUFFERSLSE$$PROMPT_BUFFERVTE$X_PRE_COMMAND_WINDOWVTE$X_THIS_WINDOWVTE$BOTTOM_WINDOWVTE$COMMAND_WINDOWVTE$MAIN_WINDOW>VTE$PROMPT_WINDOWaVTE$TOP_WINDOWVTE$LEARN_SEQUENCEVTE$X_DCL_PROCESSVTE$X_NUMBER_OF_WINDOWSVTE$X_OLD_WINDOW_NUMBERVTE$X_REPEAT_COUNTIVTE$X_PRE_COMMAND_COUNToVTE$X_PROMPT_LENGTH VTE$X_RUNNING VTE$X_RADIX VTE$X_ARG_1 VTE$X_ARG_2 VTE$X_A#Ԕ VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180@UTO_INDENT?VTE$X_OLD_INDENTdVTE$X_INDENT_BASISVTE$X_DELTA_INDENTVTE$X_OFFSET_COLUMNVTE$X_MAIN_TOPVTE$X_MAIN_BOTTOMVTE$X_MAIN_AMOUNTB VTE$X_TOP_TOPgVTE$X_TOP_BOTTOMVTE$X_TOP_AMOUNTVTE$X_BOTTOM_TOPVTE$X_BOTTOM_BOTTOMVTE$X_BOTTOM_AMOUNT VTE$X_FIRST_LINEB VTE$X_FIRST_COLUMNf VTE$X_LAST_LINE VTE$X_LAST_COLUMN VTE$X_ERASE_PLACEHOLDER/ VTE$X_EXPAND_TOKENVTE$X_SEARCH_SELECT*VTE$X_SEARCH_EXACTQ VTE$X_NOWRAPwVTE$X_FORMATTER VTE$X_JUSTIFYVTE$X_LEFT_JUSTIFYVTE$X_AUTO_CASEVTE$X_REPEATED$VTE$X_PRE_REPEATEDFVTE$X_LOWER_CASElVTE$X_APPEND_BUFFERVTE$X_APPEND_FLAGVTE$X_RESTORE_RECTANGULARVTE$X_TERM_FLAG VTE$X_LEARNING,VTE$X_FILE_SEARCHN VTE$X_ABORTsVTE$X_PROMPTINGVTE$X_PROMPT_RESTOREDVTE$X_VT200_KEYPADVTE$X_LSE_KEYSVTE$X_MULTIPLE_LSE&VTE$X_REVIEW_IN_PROGRESSLVTE$X_FIRST_EXPANDxVTE$X_COMMENT_INDENTVTE$X_KEY_PROMPTVTE$X_FORMATTER_FILESVTE$X_FORMATTER_NAMESVTE$X_LANGUAGE_TYPES<VTE$X_FORMATTER_LISTdVTE$X_MAP_LISTVTE$X_FORMATTER_EXTVTE$X_LANGUAGE_LISTVTE$X_FORMATTER_LANGUAGEVTE$X_WORD_SEPARATORS(VTE$X_FLASHINGQVTE$X_MATCHINGsVTE$X_SEARCH_CASEVTE$X_SEARCH_ORIGINVTE$X_FREE_CURSORVTE$X_INDENT_COMMENTSVTE$X_INDENT_CONT/VTE$X_FORTRAN_BASISTVTE$X_COBOL_STRING{VTE$X_INDENT_STRUCTVTE$X_INDENT_SPACESVTE$X_FINAL_MESSAGEVTE$X_AUTO_GOTO_SOURCE]VTE_SET_WORD_DELIMITERS2@VTE$ACTIVE_RANGE 9kVTE$CHECK_POSITIONVBVTE$ADJUST_PROMPTTODVTE$ASK~G VTE$MESSAGE?!KVTE$AT_START_OF_LINEP`NVTE$BACKUP_OVER_WHITESPACEO<VTE$BUILD_TARGETmfjVTE$COPY_PATTERN80xVTE$CHECK_BAD_WINDOWchyVTE$EXIT_COMMAND_WINDOW>zVTE$CHECK_BUFFER | VTE$GET_BUFFER}) VTE$INIT_BUFFER~K VTE$CHECK_CASEn VTE$CHECK_VERSION13 VTE$COMPRESS_SPACESd  VTE$COPY_TEXT9T J VTE$CREATE_BUFFER|LSE$DO_COMMAND@VTE$SET_MARGINSKVTE$CURRENT_LINEnVTE$CUT_RECTANGULARnVTE$DEFINE_RECTANGLEVTE$DCLMVTE$NEW_WINDOWGVTE_OTHER_WINDOWyVTE$EXTENDED_RANGEcBVTE$EXPAND_TABSShVTE$DELETE_BUFFER VTE$SET_STATUS_LINEVTE$DISPLAY_LINE-6VTE$END_OF_WORDcVTE$EXECUTE_KEYEVTE$EXTEND_FORMATTER@A VTE$FILL_LINE<@iVTE$GET_MARGIN[|VTE$START_OF_WORDVTE$JUSTIFY_LINE VTE$INDENT_LINE_TO VTE$FINDdVTE$PROMPT_STRINGk7VTE$REMEMBER_BUFFER\VTE$POSITION_IN_MIDDLE} VTE$GET_BUFFERNAME VTE$GET_FORMATTER# VTE$GET_MEMORY VTE$GO_TOw VTE$HELP_TEXT:7VTE$IN_INDENT_RANGEXX VTE$INDENTh"VTE$INSERT_CHARG+VTE$MOVE_BY_WORDtf-VTE$INSERT_COLON/VTE$INSERT_LOWER3VTE$JOURNAL_OPEND7,VTE$LSE_REPEATQZ7P VTE$MATCHSEARCH_QUIETLY>rVTE$PAGEbDBVTE$PASTE_RECTANGULARIVTE$PROMPT_KEYDJVTE$SHOW_FIRST_LINEL VTE$RANGE|L? VTE$READ_FILER\ VTE$RECALLR}VTE$REGISTER_VALUE1T VTE$REMOVEP\VTE$REPEAT_COUNT#qVTE$SET_MEMORYxVTE$SET_RIGHT_MARGINy%VTE$SETUP_FORMATTER8M VTE$SET_WIDTHʔtVTE$SPLIT_LINEa•VTE$UPDATE_STATUS_LINES#VTE$WRITE_FILE) VTE_BOTTOMVTE_END_OF_LINE`"VTE_MARKoE VTE_SELECTWa VTE_MOVE_DOWN VTE_MOVE_LEFTVTE_MOVE_RIGHTVTE_MOVE_LINE_BACKWARD!VTE_MOVE_LINE_FORWARD  VTE_MOVE_UP)d6 VTE_MOVE_WORD_BACKWARDU VTE_MOVE_WORD_FORWARD VTE_NEXT_SCREEN VTE_PREVIOUS_SCREENC)^ VTE_PAGE_BACKWARDVTE_PAGE_FORWARD)VTE_SCROLL_DOWNM VTE_SCROLL_UPhpVTE_SELECT_RECTANGULARLkVTE_SKIP_RANGEVTE_START_OF_LINEVTE_TOP VTE_FIND_MARKSVTE_INSERT_MARK >VTE_REMOVE_MARKaVTE_TOGGLE_MARK`VTE_FINDy VTE_FIND_NEXT`VTE_SEARCH_COUNTVTE_SET_SEARCH_CASEVTE_SET_SEARCH_ORIGINF/ VTE_EXCHANGE/5XVTE_INSERT_HEREtdx VTE_REPLACEVTE_REPLACE_ALL~VTE_CUT_BUFFERLVTE_INCLUDE_BUFFERfVTE_INSERT_FLASHINGK%VTE_INSERT_MATCHED]LVTE_INSERT_NUMERIC0r VTE_PASTE VTE_RETURNrVTE_SPLIT_LINEJVTE_FILE_SEARCH>VTE_SAVE~VTE_SAVE_BUFFER<G4 VTE_SPACEWVTE_TAB$at VTE_UMLAUTkVTE_FLASH_CONTROLkVTE_MATCH_CONTROL[VTE_FORMATTER_CONTROLb VTE_INDENTE VTE_RESET_INDENTF>VTE_INDENT_LESSbVTE_INDENT_MOREVTE_DECREASE_INDENToVTE_INCREASE_INDENT6VTE_INDENT_CONT_VTE_SET_FORMATTER#VTE_CASE_CONTROL>VTE_CHANGE_MODEbVTE_MODIFY_CONTROL MODIFIABLE VTE_CAPITALIZE_WORDq VTE_CHANGE_CASEqG  VTE_LOWERCAS$3 VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180Eq  VTE_UPPERCASE)4 VTE_DELETEUVTE_DELETE_BUFFERsVTE_ERASE_CHARACTER0ZVTE_ERASE_LINEGVTE_ERASE_NEXT_WORDRVTE_ERASE_PREVIOUS_WORD%#VTE_ERASE_START_OF_LINE8H3 VTE_REMOVE ^ VTE_RESTOREt$|VTE_EXPAND_TOKEN $VTE_EXIT.VTE_QUIT2 VTE_COMPILE?4VTE_DO5 VTE_APPEND_FILE:0  VTE_BUFFER<S VTE_CLOSE_FILEj?q VTE_ONE_WINDOWA VTE_INCLUDE_FILEF VTE_LIST_BUFFERSL  VTE_READ_FILEP)LSE$GET_ENVIRONMENTP VTE_THIS_FILEBYL VTE_WRITE_CONTROL{7]m VTE_WRITE_FILEa VTE_WRITE_RANGE_e VTE_BOUND_CURSORf VTE_FREE_CURSORi VTE_CONTROL_SCREENWp VTE_REFRESHsD VTE_SET_LEFT_MARGIN:uc VTE_SET_SCREENx VTE_CHANGE_WINDOWSaz VTE_TWO_WINDOWS} VTE_NEXT_BUFFER~ VTE_SHIFT_LEFTC VTE_SHIFT_RIGHT: VTE_CENTER_LINE] VTE_COMPRESS_SPACESf VTE_EXPAND_TABS- VTE_SET_TABS͌ VTE_TRIM_TRAILING] VTE_ATTACH VTE_DCL- VTE_SPAWN _H VTE_FILL )e VTE_GET_NEXT_WORDI VTE_EXECUTE_COMMANDfE VTE_ITERATE_COMMANDe VTE_EXECUTE_LEARNED VTE_LEARNg VTE_TPU 8 VTE_HELP,S VTE_SET_JOURNAL o VTE_SHOW ~ VTE_SORTh VTE_STORE_NUMBER  VTE_WHAT_LINE VTE_ALIAS VTE_ALIGN% LSE$START_SELECT_MARKI LSE$SELECT_IN_PROGRESS/, VTE_ERASE_PLACEHOLDERE VTE_FIND_SYMBOLr LSE$NUMBER_OF_WINDOWS[ VTE_GOTO_DECLARATIONq VTE_GOTO_SOURCE LSE$$EXPAND\ LSE$$UPPERCASE_WORD9 VTE_LSE_COMMAND VTE_LSE_KEYS VTE_NEXT_STEP VTE_PREVIOUS_STEP  VTE_NEXT_PLACEHOLDER!+ VTE_PREVIOUS_PLACEHOLDER7S VTE_REVIEWM VTE_SET_SOURCEc VTE$STANDARD_KEYSy VTE$LSE_KEYSUS_KEY. VTE$INIT_PROCEDURE VTE$LOCAL_INIT_BUFFERD VTE$MAIN_WINDOW_LENGTHm VTE$BOTTOM_WINDOW_LENGTH VTE$TOP_WINDOW_LENGTH{ LSE$MAIN_WINDOW LSE$TOP_WINDOW LSE$BOTTOM_WINDOW1 LSE$MAIN_BUFFERTPU$LOCAL_INITy TPU$INIT_PROCEDUREZF 4PA4 tPA4@F PA4 PA4^ 4PA4@LPA J J"0 >"J0ZuJ PD(9]v%>Mf Z uDwC T e v &?OhxJT   () 7C Q^ lu x@ |4EVgx"3DUfw!2CTev 1BSdu0ARct /@Qbs%] VTEDIT050.B"0[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION;180    %5CSas 1 :HO]1b    )<JX fq# ,1?DR!ag g b n |         ,  , J ,[        " @ Q o        + < Z k y             $ 2 D R ^ l |            $ 2>LQ_o }    0 >Jhy):K\m~(9J[l}'8IZk     ' 5? MXfk y    % 3? MY gt     )4BP^es    " 0< JW ep~!2CTev 1BSd    &2@GUhv     1 Q1_ 1 &+9>LO]aov  FFF ^9 VTESECINIV01-00211-MAY-1989 15:3911-MAY-1989 15:39VAX TPU V01-002 .$$ABS$$.]n+TPU$$K_RO_SIZE TPU$$RO_DATA gTPU$$K_RW_SIZE, TPU$$RW_DATA3*[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179+,.G/ 4GG-"0123 KPWOH5 6,{j7+89Ŗ'vGHJ 0DX0205*F VTESECINIVTEDIT V4.7-17209-{j04-00DP$-{j VTESECINIVTEDIT V4.7-1720VAXTPU V2.0 1988-04-08 05:00$uSCREEN_UPDATERtc4 <<  pXPXY VTE$PATTERN_6 VTE$X_PRE_COMMAND_WINDOW2VTE$X_NARROW_WINDOWVTE$COMMAND_WINDOWVTE$X_THIS_WINDOW3VTE$X_WIDE_WINDOWVTE$PROMPT_WINDOWVTE$BOTTOM_WINDOWVTE$MAIN_WINDOWVTE$TOP_WINDOWHZ VTE$PATTERN_7 7VTE$X_MAX_SCROLL_OFFSET VTE$X_PRE_COMMAND_COUNT KVTE$PATTERN_DCL_COMMENT :VTE$X_MAX_MATCH_OFFSET qVTE$X_SPECIAL_COMMENT;VTE$X_DISABLE_CTRL_TjVTE$X_COMMAND_PROMPTVTE$X_COMMENT_INDENTVTE$X_FORMATTER_LISTVTE$X_LANGUAGE_LISTxVTE$X_RESTORE_STARTVTE$X_SEARCH_SELECTVTE$X_INDENT_STRUCTVTE$X_BOTTOM_AMOUNTVTE$X_COBOL_COMMENTVTE$X_FORMATTER_EXTpVTE$X_START_COMMENTAVTE$DEFAULT_INSERTVTE$X_DELTA_INDENTVTE$X_REPEAT_COUNTVTE$X_SEARCH_EXACTkVTE$X_COUNT_PROMPTVTE$X_MAIN_AMOUNTdVTE$X_WILD_RESULTVTE$X_INDENT_CONTVTE$X_LSE_SUPPORTVTE$X_AUTO_INDENTVTE$ADJUST_PROMPTVTE$X_KEY_PROMPTVTE$BUILD_TARGET]VTE$X_OLD_TARGETVTE$X_OLD_INDENTVTE$X_TOP_AMOUNTVTE$X_PRE_SELECTVTE$X_SHOW_LISTVTE$X_MAP_LIST"VTE$MAP_INDENTW VTE$PATTERN_4\ VTE$X_TARGET VTE$X_MARK4 VTE$X_ABORTX VTE$PATTERN_5 VTE$X_MARK5$VTE$X_RESTORE_RECTANGULAR$MVTE$PATTERN_SIGNED_NUMBER vVTE$X_SELECT_RECTANGULAR VTE$X_PRE_COMMAND_BUFFER mVTE$X_EXTENDED_FORMATTER VTE$X_OLD_WINDOW_NUMBER VTE$X_ERASE_PLACEHOLDER &ф VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179GflwVTE$X_OLD_RECTANGULAR VTE$X_PRE_RECTANGULARVTE$DIRECTORY_BUFFERVTE$X_APPEND_BUFFERVTE$COMMAND_BUFFERoVTE$X_COMMENT_CHARVTE$RESTORE_BUFFERVTE$EXPAND_BUFFERVTE$BUFFER_BUFFERVTE$TARGET_BUFFERVTE$PROMPT_BUFFERVTE$MEMORY_BUFFERVTE$SEARCH_BUFFERVTE$X_FREE_CURSOR VTE$X_LSE_MARKERVTE$PASTE_BUFFERVTE$X_FORMATTERVTE$LSE_BUFFERVTE$DCL_BUFFERVTE$TPU_BUFFERU VTE$PATTERN_2) VTE$LIST_FOR VTE$X_MARK2l VTE$X_ARG_2$VTE$X_ARGUMENT_CHARACTERS VTE$X_REVIEW_IN_PROGRESS VTE$X_CONTINUATION_CHARS VTE$X_NUMBER_OF_WINDOWS VTE$X_SYMBOL_CHARACTERS VTE_SET_WORD_DELIMITERS 8VTE$X_MAX_PROMPT_LINES 9VTE$X_MAX_BUFFER_LINES VTE$X_DIGIT_CHARACTERS VTE$X_MULTI_CHARACTERS VTE$X_LINE_SEPARATORS VTE$X_INDENT_COMMENTS @VTE$X_COMPARE_STRINGS VTE$X_FORMATTER_FILES VTE$X_FORMATTER_NAMES VTE$X_WORD_SEPARATORSVTE$X_LANGUAGE_TYPES VTE$X_DCL_SEPARATORSVTE$X_INDENT_SPACESVTE$X_FORTRAN_BASISVTE$X_INDENT_BASISVTE$INIT_VARIABLESVTE$X_CAP_LETTERSVTE$X_DCL_PROCESSVTE$X_LOW_LETTERSVTE$X_LSE_KEYS VTE$X_LETTERSV VTE$PATTERN_3 VTE$X_SPACES VTE$X_MARK3  VTE$X_TABSVTE$X_INIT_WORD_SEPVTE$X_ADD_WORD_SEPVTE$X_BOTTOM_TOPVTE$X_MAIN_TOP VTE$X_TOP_TOPT VTE$X_NOWRAPT VTE$PATTERN_1 VTE$X_MARK1 VTE$X_ARG_1[ VTE$PATTERN_8 VTE$X_RADIX iVTE$X_SOURCE_DIRECTORYVTE$X_LEFT_JUSTIFY VTE$X_JUSTIFY LVTE$PATTERN_DIGIT_STRINGVTE$X_COBOL_STRINGVTE$X_APPEND_FLAGVTE$X_TERM_FLAGVTE$X_PROMPTINGVTE$X_MATCHINGVTE$X_LEARNINGVTE$X_FLASHING VTE$X_RUNNING$CVTE$PATTERN_END_THIS_WORD BVTE$PATTERN_END_OF_WORD VTE$X_PROMPT_RESTOREDVTE$X_FIRST_EXPANDVTE$X_PRE_REPEATEDVTE$X_VT200_KEYPADfVTE$X_DCL_COMMANDyVTE$X_RESTORE_END^VTE$X_OLD_COMMAND!VTE$MAP_STANDARDVTE$X_REPEATED\VTE$X_PRE_FIND$HVTE$PATTERN_EMBEDDED_NEWLINE$VTE$BACKUP_OVER_WHITESPACE$FVTE$PATTERN_TRAILING_SPACE$IVTE$PATTERN_START_OF_LINE VTE$X_FORMATTER_LANGUAGE EVTE$PATTERN_MULTI_SPACE 4VTE$X_MAX_STRING_VALUE DVTE$PATTERN_WHITESPACE GVTE$PATTERN_EMPTY_LINE VTE$X_AUTO_GOTO_SOURCE VTE$X_MATCHABLE_CLOSElVTE$X_FORMATTER_NAMEVTE$AT_START_OF_LINEVTE$X_FINAL_MESSAGE/VTE$X_HOT_ZONE_SIZEbVTE$X_JOURNAL_FILEVTE$LEARN_SEQUENCEVTE$X_PROMPT_RANGEVTE$X_MULTIPLE_LSE>VTE$X_DELETE_FILEaVTE$X_MEMORY_FILEVTE$X_SEARCH_CASE VTE$X_COBOL_SPACEgVTE$X_ATTACH_NAMEeVTE$X_BUFFER_NAME`VTE$X_OUTPUT_FILEVTE$X_TEXT_RANGE VTE$X_WHITESPACEVTE$X_FIND_RANGEVTE$X_FIRST_LINEVTE$ACTIVE_RANGE_VTE$X_INPUT_FILE VTE$X_CONT_SPACEVTE$X_LOWER_CASE,VTE$X_TPU_UPDATEVTE$X_LAST_LINEtVTE$X_ACT_CLOSEcVTE$X_WILD_FILEVTE$X_AUTO_CASEnVTE$X_LANGUAGE VTE$X_NEWLINE VTE$MESSAGE% VTE$MAP_LSEVTE$X_NOT_ALPHABETICVTE$X_ALPHA_NUMERICh( VTE$LIST_DOC$RVTE$PATTERN_COUNTED_PATTERN$0VTE$X_LARGEST_RIGHT_MARGIN$.VTE$X_DEFAULT_RIGHT_MARGIN$VTE$X_PRE_COMMAND_POSITION$-VTE$X_DEFAULT_LEFT_MARGIN VTE$X_PRE_FIND_POSITION zVTE$X_RESTORE_POSITION VTE$X_REVERSE_POSITION uVTE$X_SELECT_POSITIONVTE$X_MATCHABLE_OPEN}VTE$X_CHECK_POSITION{VTE$X_FIRST_POSITIONVTE$X_SEARCH_ORIGINVTE$X_OFFSET_COLUMN|VTE$X_MOVE_POSITION~VTE$X_STOP_POSITIONVTE$CHECK_POSITIONVTE$X_FIRST_COLUMNVTE$X_EXPAND_TOKENVTE$X_LAST_COLUMNVTE$BUILD_SECTION+VTE$X_TPU_VERSIONVTE$COPY_PATTERNsVTE$X_ACT_OPEN VTE$X_VERSION$OVTE$PATTERN_ANCHORED_CONTROL$PVTE$PATTERN_NEGATED_CONTROL$QVTE$PATTERN_COUNTED_CONTROL$NVTE$PATTERN_MATCH_CONTROL <VTE$X_TRANSLATE_LOGICAL JVTE$PATTERN_DCL_LABEL=VTE$X_CREATE_LOGICAL?VTE$X_GET_SYMBOLMESSAGE_WINDOW* VTE$LIST_NIL& VTE$LIST_ALL HELP_BUFFER VTE$X_NULLVTE$X_BOTTOM_BOTTOMLSE$$PROMPT_WINDOWLSE$MESSAGE_WINDOWrVTE$X_STRING_DELIMVTE$X_MAIN_BOTTOMVTE$X_TOP_BOTTOMhVTE$X_SHOW_ITEMD' VTE$LIST_COM0VTE$ASK$5VTE$X_MAX_BUFFER_NAME_LENGTH$6VTE$X_MIN_BUFFER_NAME_LENGTH LSE$$CUT_PASTE_BUFFER1VTE$X_LARGEST_WIDTHVTE$X_PROMPT_LENGTHLSE$$PROMPT_BUFFERSVTE$PATTERN_SEARCHVTE$X_FILE_SEARCH$ VTE$MAP_MATCH# VTE$MAP_FLASH MAIN_BUFFER04`8>?$BD4F$GV W N H C ; 9!2j& o&&*-0(j337#:Sj==lB:mBBE%jHHK:N1P<R9V6LYYRY ]!^"_#`$a%e&f'g(h)i*m&(_m+n&(^n,o-p.r/t0u1vP2w3x4y+5| 6~78d9 :;<=>?@ y ABCM sDM 3 EM vFM svGM HDIs M M Jsi M K KMsL sMM      N      sO  sPw  sQM^ sRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'[P VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179G 4   !"#$%&'()*+,-./0126789:;<=>?@ABCDEFGHIJKLMNRX[\`]cfilFo_tuvwxyz{|}!~VTEDIT Version V4.7-172M    !   ,()[]<>{}+-*!=:/.;$_'"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz; 0123456789$_4!@#%^&*()[]{}-+=~`|\:;"'<,>.?/*-0123456789ABCDEF^+-*/=([{<'`")]}>''" BUFFERS KEYWORDS LISTS MAPS PROCEDURES SCREEN SUMMARY VARIABLES WINDOWS ALIAS LANGUAGES PACKAGES MODULES PARAMETERS PLACEHOLDERS ROUTINES SOURCE_DIRECTORY TOKENS* vte$map_standardvte$map_indent vte$map_flash vte$map_match vte$map_lse vte$list_all vte$list_com vte$list_doc vte$list_for vte$list_nil!vte$insert_lower(ascii(last_key)) $:$!-^S'^X^N^E^M^S'^X^N^E^MABCDEGLNRSUVW[^EABCDEGLNRSUVWX[^E^E!vte$message(0, 'Nothing learned').C .CBL.CLD.COB.COD.COM.DES.DOC.DTR.DUM.ENV.EXT.FOR.FTN.H .HLP.INC.INT.LIB.LSE.MAC.MAR.MMS.OPT.PAS.PDM.PEL.PPA.RND.RNH.RNO.RNT.RNX.TXT.TPU.TPU.COB.TPU.COB.FOR.COM.FOR.DOC.DTR.FOR.TPU.FOR.FOR.FOR.TPU.DOC.FOR.FOR.COB.DTR.MAR.MAR.COM.COM.TPU.DTR.DTR.MAR.RNO.RNO.RNO.RNO.RNO.RNO.TPU.C .COB.CLD.COB.FOR.COM.FOR.DOC.DTR.FOR.PAS.FOR.FOR.FOR.C .HLP.FOR.FOR.COB.LSE.MAC.MAR.MMS.OPT.PAS.PDM.PEL.PPA.RNO.RNO.RNO.RNO.RNO.RNO.TPU .COB.COM.DOC.DTR.FOR.MAR.RNO.TPU .FOR.FOR.DOC.FOR.FOR.COM.NIL.FORICobol/DCL/Document/Query Language/Fortran/Macro/Text/Structured Language/$.C .COB.COM.DTR.FOR.HLP.PAS.RNO.TPU9C/Cobol/DCL/Datatrieve/Fortran/Help/Pascal/Runoff/VAXTPU/"HERE| (k <  j     N M M !#B#$M$%%u%%v%&(C)M))*,u,,v-/u//w/0s2N 234;445B6+ 6=M >?M????BCMCCDFBGMGGHJwKsMM MNO;OOPC QXM YZMZZZZ]^M^^_aBbMbccuccvcdfBgMgghjwjskCo  u &u S 3Yu G D33u 3 028: 8!"3"##Y# #$8&3&&'= )*+3++\+ +,,8-3-/2//80: 12845355;P; ;<<S< <==>3>??=@8A3AAB=FFIX  P  33\ \183\ ==  4!1! !"1"& &H' ' l+j+,1,RY, ,1-x--..=/ f081 j33344586| 9(<<==8 @<A3ASA AB8 F|IJKuMNO}S@TU(VxWyXz^_`eijx jky kl3ll\l lDm8n3no8 pq3qt3YtxXuy8u u(vxwyxzQ &5 \8&5  1S83SD&5 \ 83| |  &Gx &c 8 lj  8 ,1   (s8l" 8T Pl  4l  l   1 4    1RP    1RP   < ,#"# ')*+U,..1?  [no] ? [yes] ? yesno-Don't understand !AS; please answer yes or no4$JA6 $ JA3S p+ X&G&cx    P 8(؏ VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179Gu$3S x+ h&G D3  =#8(Dh T P =      P 1 3283S  DI   !!="3""\" "#8%3%'=( ()) *++/$     8(  4l, 8  t 4H T  J@3= DN  !!&G!8! ! "=##&'=( ,,=-&G- -t/:030S00<12 D 32338 499=:  ;P<3<@DN @A3ABDO BC C,D u EFN=O3YO OP # UV  [T[ [<\  ]8^  `cdde ,f"gE`4 kkkl ,m( m m`nQr r tDP tu udw y xTxp xy Z {8| < }p , , (+8 DL  1R) DQ  t T  8"e  l , 6 6 ` P @DP  `DR +8 DL  1R) DP  t T  8"q  l , 6 \ T  8  p , < *P  $P3DN h  DO       {  =8 43Y @8 =   @""=#u#$$$D"$%%&=((3(())=*D *++L,=.9u//00 16J@78J@9=:S:=^Mvte$pattern_search :='' & '""ABCDEGLMNPQRSTUVWX[Mspan('''')any('''',!SL)%Sequence count not positive - Ignored#Illegal pattern construct - ignoredline_end & line_beginnotany('''',!SL)%Sequence count not positive - Ignorednotany('''')any(vte$x_not_alphabetic)arb(1) & ';' & ' vte$pattern_vte$pattern_search ( T   "0D 8  $   8 ("  Q! !L"3"#"c # %I %D  %& &<''=(8 )x *h+=,T, ,,- .8 /0 1 45"h5  6$"8Ap < <<"<  @xA"A  ELF"F  J K"K  OO"O PTPn PQ XS8T":T  XtXXY ,Z[[\ \]]\] ]_^__a1aRb"@b  hli"i  m@n"n  rr sPtD tu u,v=wxP yzz=| y l , \ \ 3  = "  d  g  f  K8sVD    D83Y  l" P"   ,( &p0oJQ p,8 8"  8"  "  \"  $"u Pnotanyanyspan,!SL[!AS(']''''!AS)!AS(vte$x_letters!AS)!AS(vte$x_n)j# VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179GW3ot_alphabetic!AS)!AS(vte$x_symbol_characters!AS)!AS(vte$x_digit_characters!AS)!AS(''''!AS) !AS('!AS'!AS)!AS(vte$x_line_separators!AS)!AS(vte$x_multi_characters!AS)(^EP)''!AS(vte$x_alpha_numeric!AS)span(vte$x_whitespace)notany(vte$x_whitespace).Search pattern too complex - partially ignored & ' & vte$pattern_!ZL;vte$pattern_!ZL := ''Invalid register name%vte$x_arg_2 := get_info(vte$register_ , 'type')vte$x_arg_2 := vte$register_'!AS' !AS('!AS'!AS)!AS(vte$x_low_letters!AS)!AS(vte$x_cap_letters!AS)arb(!SL)44bW44u44v ,4 `X0@L<\ t 8XTPU$LOCAL_INIT VTE$EXIT_COMMAND_WINDOWVTE$CHECK_BAD_WINDOWVTE_OTHER_WINDOWVTE$NEW_WINDOWVTE_ONE_WINDOW VTE_REVIEWVTE_SHOW{VTE_DECREASE_INDENT|VTE_INCREASE_INDENT;VTE$REPEAT_COUNTxVTE_RESET_INDENT_VTE_SEARCH_COUNT}VTE_INDENT_CONTVTE_SHIFT_RIGHT0VTE$LSE_REPEATIVTE_MOVE_RIGHTVTE_SHIFT_LEFT( VTE$HELP_TEXT VTE$COPY_TEXT^ VTE_FIND_NEXTH VTE_MOVE_LEFT* VTE$INDENTs VTE_UMLAUTw VTE_INDENTF VTE_SELECTVTE_QUITVTE_EXITVTE_SORTVTE_TPU VTE_PREVIOUS_PLACEHOLDER UVTE_SELECT_RECTANGULAR VTE$LOCAL_INIT_BUFFER 3VTE$PASTE_RECTANGULAR VTE_ERASE_PLACEHOLDERVTE$EXTEND_FORMATTERVTE_NEXT_PLACEHOLDER!VTE$REMEMBER_BUFFER>VTE$SETUP_FORMATTER VTE$CUT_RECTANGULARVTE_ERASE_CHARACTERgVTE_INCLUDE_BUFFER VTE$CREATE_BUFFERVTE$DELETE_BUFFER$VTE$GET_FORMATTERVTE_DELETE_BUFFER~VTE_SET_FORMATTERVTE$CHECK_BUFFER.VTE$INSERT_LOWERVTE_BOUND_CURSORVTE_STORE_NUMBER+VTE$INSERT_CHARVTE$INIT_BUFFERVTE_FREE_CURSORpVTE_SAVE_BUFFERVTE_NEXT_BUFFERVTE$GET_BUFFERfVTE_CUT_BUFFER VTE_BUFFER AVTE$UPDATE_STATUS_LINESVTE$COMPRESS_SPACESVTE_COMPRESS_SPACESVTE_CHANGE_WINDOWSVTE$STANDARD_KEYSVTE_LIST_BUFFERSVTE$EXPAND_TABS VTE$SET_MARGINSVTE_EXPAND_TABSyVTE_INDENT_LESSVTE_TWO_WINDOWS VTE$LSE_KEYS VTE_LSE_KEYS VTE_SET_TABSH VTE_ALIASVTE_PREVIOUS_STEPT VTE_SCROLL_UP VTE_NEXT_STEPL VTE_MOVE_UPVTE_HELPXVTE_TOPLSE$START_SELECT_MARKLSE$$UPPERCASE_WORD LSE$DO_COMMAND` LSE$$EXPANDVTE$EXECUTE_KEY4VTE$PROMPT_KEY&VTE$GET_MEMORY<VTE$SET_MEMORYhVTE_INSERT_FLASHINGTPU$INIT_PROCEDURE VTE$PROMPT_STRINGVTE_TRIM_TRAILING VTE_ERASE_PREVIOUS_WORD JVTE_MOVE_LINE_BACKWARD MVTE_MOVE_WORD_BACKWARD KVTE_MOVE_LINE_FORWARD NVTE_MOVE_WORD_FORWARDVTE_EXECUTE_COMMANDVTE_EXECUTE_LEARNEDVTE_CAPITALIZE_WORDVTE_ITERATE_COMMANDVTE_ERASE_NEXT_WORDiVTE_INSERT_MATCHEDVTE$START_OF_WORDQVTE_PAGE_BACKWARDVTE_GET_NEXT_WORD,VTE$MOVE_BY_WORDRVTE_PAGE_FORWARDVTE$END_OF_WORDVTE_LSE_COMMANDVTE$FINDp]VTE_FIND VTE_ERASE_START_OF_LINE "VTE$POSITION_IN_MIDDLEVTE$DEFINE_RECTANGLE)VTE$IN_INDENT_RANGE5VTE$SHOW_FIRST_LINEVTE$SET_STATUS_LINE`VTE_SET_SEARCH_CASEVTE$EXTENDED_RANGE9VTE$REGISTER_VALUEVTE$INIT_PROCEDURE#VTE$GET_BUFFERNAMEWVTE_START_OF_LINEVTE$DISPLAY_LINE VTE$CURRENT_LINEVTE$JUSTIFY_LINEVTE_INCLUDE_FILEzVTE_INDENT_MOREVTE_APPEND_FILEcVTE_INSERT_HEREVTE_CHANGE_CASEVTE_CHANGE_MODEVTE_GOTO_SOURCEVTE_WRITE_RANGEVTE_CENTER_LINEDVTE_END_OF_LINEVTE$CHECK_CASE@VTE$SPLIT_LINEBVTE$WRITE_FILEmVTE_SPLIT_LINEVVTE_SKIP_RANGEVTE_ERASE_LINEVTE_CLOSE_FILEVTE_WRITE_FILEVTE_SET_SOURCE7 VTE$READ_FILE VTE$FILL_LINE VTE_READ_FILE VTE_UPPERCASE VTE_LOWERCASE VTE_THIS_FILE VTE_WHAT_LINEb VTE_EXCHANGEd VTE_REPLACE VTE_COMPILE VTE_RESTORE: VTE$REMOVE VTE_DELETE VTE_REMOVE6 VTE$RANGEq VTE_SPACEk VTE_PASTE2VTE$PAGExoVTE_SAVEhrVTE_TABXjVTE_INSERT_NUMERIC aVTE_SET_SEARCH_ORIGIN=VTE$SET_RIGHT_MARGINVTE_GOTO_DECLARATIONLSE$GET_ENVIRONMENTPVTE_PREVIOUS_SCREENVTE_SET_LEFT_MARGINVTE_CONTROL_SCREENVTE$CHECK_VERSION%VTE$A_LEFT_MARGIN-VTE$INSERT_COLON/VTE$JOURNAL_OPENVTE_EXPAND_TOKENSVTE_SCROLL_DOWNOVTE_NEXT_SCREENVTE$GET_MARGINVTE_SET_SCREENG VTE_MOVE_DOWNl VTE_RETURN VTE_ALIGN VTE_LEARN@ VTE_SPAWNVTE$INDENT_LINE_TO' VTE$GO_TOVTE_DO vVTE_FORMATTER_CONTROLVTE_MODIFY_CONTROLuVTE_MATCH_CONTROLtVTE_FLASH_CONTROLVTE_WRITE_CONTROLVTE_CASE_CONTROLVTE_FIND_SYMBOLeVTE_REPLACE_ALLVTE_SET_JOURNAL8 VTE$RECALLVTE_FILLVTE$DCLVTE_DCLLSE$BOTTOM_WINDOWLSE$MAIN_WINDOWLSE$TOP_WINDOWlC VTE_BOTTOMZVTE_INSERT_MARK\VTE_TOGGLE_MARK[VTE_REMOVE_MARKY VTE_FIND_MARKEVTE_MARK VTE$BOTTOM_WINDOW_LENGTH VTE$MAIN_WINDOW_LENGTH VTE$TOP_WINDOW_LENGTHLSE$MAIN_BUFFERnVTE_FILE_SEARCH? VTE$SET_WIDTH VTE_REFRESH VTE_ATTACH1 VTE$MATCH LSE$SELECT_IN_PROGRESSLSE$NUMBER_OF_WINDOWS  X!!X%,(+ 8. h4 |4  5 T7<@DFHH`I`JLRxXY[<\]abd ip w!{"4|#}$~&'()(*+L,|-./ 012h34567(89̮:; <=>`?L@hABCDEFGHI\JK0LMNOPTQRS0TU8VDWXYZ$[\]t^|_|`DabDc<defgT h ip jh klm|n`opqPr8sthuxvwpxy|z{t |!}8"~$'<()+/@00023@4556(8X8??8FHJJNOQTSVZ|]]Pc*UgF VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179GBehTkpl8n`rPt$v4xLy {<||}~(hl@$p$`(80DXl  4@~PPA P 8  = ,  #Function not allowed in this windowD}&c (u  = =uv^k(|(  ,p     , $REGISTER_Illegal buffername<0{  + 0 &   &&* O<&3 y JQ*J J J(   l`y( T    328 ,(p  Zl(A1A  =QG t8(q (= !"8 $%8 (Q+l +t,,1, ,Pu--8.P.p . /0=19j:or:==v=D  =>>???@=BPBr B yCC D$EF G<K8L3LL MO=RFORCDCCOBu &   &:   &*#3#0n#1n#2n#4nO 1RY  #5 R l!!)o!!Qn!!#$#$$$O% %&& '((((,;4Higher version exists - Write to next higher versionls( T  3&(J=DE   ` <=&5 1k x  u!!w!!# # s$u$%I%n%o%u%I%n%%&(1 ( (0)R )  *$+  ,1 ,1P1 1<12283334888=98:DE  :;;0<<<< =A=BBJCCFo   &(  J( T  p12 83yl8  83x8 83S $8 !8#3#y$=x%(3(x)=y*8.Y.5. .(/0u134}5|679J< ,ml Tx T R5 "<    O +&i8 4" $$Y $p  `O J@pa J@!!" "##X& &'&'(#3)#0n)*#1n++<xS+ +,#,.J 0T1 1X2 2,3"3 78JA:#2;#4n;P;5; ;Xp<< ==> >?? AB BDJAF#3G#0nGH#1nHI#2nIJ#4nJJKJNJ 6P&#hvP.P -Q&@ QRJUVVXX[Buffer !AS already existsInput file does not exist: !ASGoto Buffer /Create /Write Goto File /Create CMS$LIBFile !AS not foundGoto File /Create [End of File]ff+ (J \J(%]  % %0(f   3  2  83P &GP l=lj: 3P  !3! !@"s#o##2## $4%s&o&&& (0*=l+++.c( T 3     $=%&'=(//1/ /0010 00182 3 45515 5d6616w6687t7o77 8 9$l:: ;B3+ VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179GnQBBCC=D& (TD5D DEF G=K1K K<lLLRL  MN SSS1SS STUtUU8VM VsWvWD  WX X$YY1Y [,\]]1]``=a8 cDd,e1e ef9gph= iPj8k3klm3mo= q|rps= t8u3uvw3wy=zP }~  t81 0R     |=1 <lR   =28:1 8 $18333SA =1 t83= 1 t83 X (= xy=3w xyv [   &W ( ]  8<v=v&5x=&5xv=vt83v =!t!!8"3"'(=v)) )(*++ ,--//1P/ /u00s226t6687378 8D9=:t::8;3;>=?t??8@3@Av ADB=vCtCC8D3DGGJNon standard Tab settingHWl T h 4 (  $ T  (TA 83= P!8"3"#8$ %%U&H*=,DH  ,- -,.=/0P 1 2 466=77UX8 8 9<<?#DCL subprocess could not be createdCreating DCL subprocess... $ set noonTX Q DY  h   UJ'J'&*"0J'" System buffer !ASS    $ 3P = =!There is no other window to go toQ  3  =283=1w83=P( T    3&(J=D   | X=|Gts  R $P$ $Ls%%8&3&s''8*D  *++0,,,, -1=22J336  TN  J$ &<,&V,8 &% &=& O &=3 #& #$& $%& %''A' ' ((8( ()= *P++8+ +,= - .J$/3334455678=9: <==8==8= =>&>@&V @ACC<D&3DEE FH HIJ=L LM M<NJ$OP>RS TUW=XXZ\J$ ]4^J$_)b$Main.Could not create buffer $MAIN.Permanent and System buffers cannot be deletedt HI& &SA +> H&   $&V$%p&&(T& &8'( )* ,- /034 5XQ6q 67h 809:M ;<>AB+ CDGH  IJMN OP V&VVpWX>O[m>[ [$\ ] ^__ `U f&*fg&Fmh.hi3 ij3l&hYl lm?o&V o uqq qPjr5vs2LswsLsnst1mwttv6 vw6y1y y,zRz {@}1t}}Rk}}J'&V xJ<J'"J'" ,g WX4+YBy,eWzzӫZvuRgHY̙NDCѓjmz:`ܾۇP蓫':ߏ#δ!cyRN. X<\8TwT3]uoe)Է n7;]JBAW~@(;z҂a1$[?;^뀈O҆*IMk8<<Ŷn<~Od\rۀoN8։E(@]A,j$nw qb3%W_[8lYN8rtz"gg}W<מG%aQT)$+{w2:}ؿsl,h;'}EOh8[{/*7ClgqL qX[q8\VOd<.nw5 ur[Lo_pI:cVЏ'Ҿ=S*Af<6' |\(W\2U 5vu`@ LGAkT Z&4n>^ X qTX6~ AMXt]kUX4Y&o0GGJQO$*2,Rr r&@if\/Z;qAF}2A˯GJVJV3]'SQj7c'+u< _ڷ$mD)_WwhD&;/oc7ƣZZf:&;3$8#i/Ydֵ?!k䌅%5N"9ܶ{vm+dzVp55}|]Q9_:-:tizrukek%VEC>YwI&=3 7ejWenQDJWZA 94MRX\^9v hlD9)ti*zNjk)RbȸND wWkЅ}a぀ϗד|f/'tχڰe0Yl>k,wQR+m3_&Lk0DbYa9K|<]_9y3ҢzZ8tLLݫ=?⸳y ӏzN0&R)Xkz,?=WB7ɖC`_\qY_\H ~ ҢqdC[11GZO 3VfK]\c23Ii%8e)isD-"ԯG,MatmQ-DWJ!l%N}#xj?nKZc)[k{|ϒ(X95*f{V\:cN^9r9bxpxL(qTQ^r9#W,W>,:'%1?qejV@8jdW-n$hHcK^:yCKvgjAQzWV;'I)y$eU"B&hsyRӦ80,;zE&_FN[8Zf)mqNnN2 lV hlD!Jk6x i Cp=-o*:dvHPc;p`vNip&zl]HJSZ9^ /|f&s+:*)KK4b!Q/5~u' 8T 6Kk> i#YtAmgo8Z >qlq'$^7ùsyT&@T?6̇VI/ ϾuLDjDz ^lp 4غ3wRڣ{ +':i,_n%5.:_#Dia;PFY?k }7{It+%.wPKL-ʮO녨';WB]Y>AԘlDLO!ǍUn&PQ{ x٠gLb /=.`ט8 {38ZFi\Tz:_[U|JR, uMfԻxz!VK+hT=;'a<|;A]D;[VQPϴUa˚w'k~Aoj*&+rbbye-H`trxJŋ,,+ /!~g#G%* qtDX>BW0V fhh( %"Z:" s)M\Jj+йߠ1Òjc/z7 6C}t΁dO~L`dI|~J[#\[J  L)gYkLm@Qn ؚdF3_(6M`&^Zыd0j uWW1KmCE.YsV$CTXߥFקS5W@ u*X`W[tt ?-Vo_`xZ;aK\N?L䠾{'0$;txMb k(|qYAVͫ[>:^bR]Dߥ[2RI\ `Co(MM"q$@b , AEXYV\Jayed1ǢQbLD9MAҼ >s_F3RN#8YMg=Ei{*NIv'|Dl -[.f[U_^t?SmfsbB^ (П | U$}}@5'1݌2WFgP_/ |r F3 =h޸\ Kn7JªA\oI%qX7mO_嶙X\,ߤ灚!D7niҙ8$g"ʈ31c%$j hHÆ謘Ԁa{2~}y#n4<*fN¢K;0WJ.ƅS@Cտ힚z,i" VT!vh^ʪaPTL K cո?.BIþJX)H>ܡPt_kײ`KJIS߿٬Ȉ5˱\_7Uc Pȱƶ]W&7 N Ʌ. H{|_X]U`Њ~ďצQ]ٽOQ_S3@rӝ½h`pur9+Sīd?*iSýԊ0sneА54疞գN(Ԕԗ/Ԅ5cyMX/ޔƌ_{z`0;ׁ T}: ߀+Kw:Rʮĥ_|*Ѿ߻Rֻ/ܞdo óϸRA  jk˜Δ:jׯܓ6Ə”0z{߇Ҏs9C U\2k ں|i`aNVNؠb: /UآbKTO9M}P:М§IZ ލt1,Ы S^Dǫ>:6Ѐ̸=E1k?3,pRCa SQOŽ>K ARVkW$N諚PߢFM옜w?أ'GީPYSASZ@gޞۜW_TZ 8?FA0ΥTcLrH  wGߟKRdj'S]86oU_LINhSCn, @" k(TT_WGIH 5JT0"uWTNt/ /MA{c% ]JW$ #A^ '4޽T*dARd2QW$`ֲn䦰 r@0EyK?ɍWړVT7dz[CD=̡]{Pyh4: ;\$XbX3cU[<  @I*,G31><@DƴŶᝫ̡,vƒ%LmTss=ľ0w?pկNV UEϭEhT_6 cp򵄥HEcGvSLPNH}7  A3`*CTC_i@9:-߻H eWGs ۰cE?oGQ{H, {ܨ]4<ԷS.߇Q*4AرWM&Nɠ.sX@P#>-MN:x5U%Wݗ t~PD04oĪ` _Ӿv^械*ꇼDARM@_f\GKG衣H+y Sͼr 7[ Mτ{Oֶ<_L Aöp[8Wd}L欉 ^% :kENOMGP׻@RܮS\T_OMCҥQl8=WbC'_狁R١Tk ګ4İ9<;^t&$RS=n7k޹Air1WGˬ{Gڎ f✭D  a# 3WɋBr'&cXɶ |1˶CƗ&6fDĖoht]&:^¯@C׈hPTO vM>rz~s0f1MmDP)C!pl]8{b2fHc(%xxCI[X^ =#3VJ~ TAX9t\Iz'dOVsC:QC #eG,UOor O|#t]]ݗKMv$vI]&5ečYRF@zWtĞY c4(-Cy=cT9 juӢJ0=>-@e@> ^H]lTMU1b _hM?OKXzَOF_{A=dA︺1 P[SX\^ݨl{aq\T Hd N0c ABTh LS_pO=Ğ@= ˜ Tg chvTXMB> 25]LE`<RNl=ZJҟ|=ecf]3X#q fkI6+#4\_N1R 8ҨZCLwnÇXZQE}#d"-(yNoLVo\ U>P4 7ȐL+Y4'L2\+{TJXvsx$Ag Gր3P=@Ji \EhI]6!4^ @]-&M~Q^XLnMsz)*5`u.¤v@fJץaw:3UC^ƈnG0s)e\58fѭ,2v !-ߝDٽݻܛAپzO)EsouXYHH!Q]![@LD>> _<|4}1>9sQ#%ekXg<*BQtk_7lY@XN^u30r׸ۦNq^ CljfyYkQ׶̷w3$r8VmDzkNp=mvt37F?&G0JETHm\^SwFPʘg Ia+2\JZi)/y0I?+<,L 'eK5-* VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179G% `&/ $J'+ "   m J'"Insert InOverst  LSEOverstrikesert Exact ><^^Free [] System buffer !AS( Buffer !AS !AS !AS !2(AS) !2(AS) !3(AS)(B3   2  8 3   1 83= :83"U=A P  | 8  ( @ DB     = @DB  =(PA 8 @1:   ( @!DB  !""=%%(?2.RTD <2     ? O pD(o 1voR( l  j!! "Tu##R##&./ =,R &Fs/>  s/3&5s o  O!A! !@" "(#R# %l(()3)+&5+,,h-3-.///000l11 2p6&56O7 78=;<P= >@ @AC&5C E=F&5FG GH HHI IJ KL N<OPP QS ST WLXXX 8X X(YRY ^ left_margin|9+QA (& P&V$%    right_margin8 8 3Sh(Y808l p( l8( 8  l!! "%%(  87( T  & ( J :28 1!& 5!!D"3" S""#8 $%3%':(2(x((8)**1*+& 5x++,3,.& Fv../ /0=13M 3D  34455 56= 799=:8;;;1;;0l<<=8 >@ @|AAFBtBBD=E G G@lH H IM ID  IJJKK KL= MOO=P8Q Q(RRR T 5T+UsVV 8VAV VW L Y\=y^^`8aJ d \ (2( T &(J318Xq ps q  D   ! !p"8##(o# #$8 %$&='J(Q/l /t0DJ  011111A1 1$2=3J4:Q;l ;L<DK  <= => @HAA(pA A$B=CJDKLDI  LM MNN=OOXP PQ8SSS(pS8STT(T8TZUl8U U(V8WJXZ12ZZZ[8X` `a b&5xbblc PcQclld Pd8dQdAdAe ejff hiQnl{>no8o o1ppu ux1vvvv w1w wx  y(zR z  }@~ ~,~~w 1     < (R    @L t~Kw s  (R  = D3S 8JCOMCOMCOM*FOR1 1COB\*( T   O O^Y8 ^-2.X    ""k" "##&'-'2.'O)*&G*8* *Q+IQ+C8+ +O,\ ,4-.. /d(0\T0 042"\2 34 788 :X;]<&G<A<=&G=A= =0>]??\@!G GHuI=L LM  NOT3TUV VXXuYYZZYZ Zd[ [,\\=]8_D\ _ `acc d4 fg g h=i8lllm.=ń VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179GomnnYn nXo o p=q8sD\"s tuww x@z~ h= $= u 4=F"u"3\ 8xyzS Reverse s !ASearch!AS: find findNo previous target to findFinding previous target: !ASFinding previous targeth#Y  ~ K t   -   3uvuvj=P: h 8! #3"##$1$%8'((U)) ++..-T. C8. ./&c/08 0 13P45677U88 :===>??3@@A1ARAB1B B0C&GC CD~GGHHM |3J   =  =H   &c x    $7 7&L&K&JJ%=J% Q dQ ,  &:  Q   Qp8 (   ,*_:0#4O  1  @ 1z  Rk  ( <lR .TPU xp T    DTJ@</X T<)<)##$<$Q% %&<&,RT, ,-3-.1x..R.0$01$Y1 1h2$23J@4=5?6J@ 89 ;<== XB BCC=DD3  DE EF=G8H3HIIKK=L8MDL  MN N4O1OROOQ1QRQ)QSS=T8UDL  UV V4W1WRWWY1YRY)Y [h\\=]8^3^__a1aRad=eeh&Could not find out editor default fileLSE$CURRENT_FILELSE$START_CHARACTERLSE$START_LINE TPU$MEMORY TEC$MEMORY$ /FIND=(T(]  < &   Y    Q <P = =Y 8J$" !J$$"Selected position has been deleted0=U  @ '  = '=:DD  1 8 $1x83U 8 328   = (p  ( 8   DD< T   u 3G(]  t=3\  :"2""8#3#$='2''8(3((h)\*DI  *+ +,,=-Y- -.8010R01833&5x334 4ll5 P5Q6ll6 P686Q7rA7A7 7s88< j== >Hj?? ? s@@ ABFGGGGG1SG8G G,HII1IK: LhN=Ou QT jUU VHjWW W sXX YZ^^&F^l__ _,l``a cefzgxhykNo range selected*FOR1 1,    Y 8 D&5l   8QlP(p8(8(8 4  8%%%1S%j&pq'('(((Q(ld8(A(8( (,, ,--1- -X.3./2//8001= 239(9:( :;(;A;8;<(p<=( =8=A= => ?T@(@A(pAZBl8BAB BC G8HHH1SH HIS+TTYT8T TU ,W +[[[&5/( VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179Gy~x[\\&F\8\Z\8\ \]3]^,_P`a2axaa8bcc1cde8fh=klzoFORFOR COM     3  \ 8  8l    3\8 8u    D( T    TQlJY8 328DJ  = &(J2: J":COM`+ @,") D , ) " ) Y5 ( 3\ l83Y} $8 8   !4"}#(q#A# # $,+j-or-(- -<.8/3/}084!UB!UB Undefined key<` T , "   &&@,8 8&&: 0#2 O  l###O$ $ &#&(+(b *+l/'Don't understand journal file name: !AS&Editing session is not being journaled sys$disk:[]tpu.tjl.tjl&Editing session is not being journaled R (xR(8 328( 1::3= 8j!!""%+ %t&8'3'')E" ) *(+D" +--.../=11(1 102(2 23P3 3485Y5666R7(7A7 7 889 =d>>?8@D" @AAB= EdFFRSF F uGG HlIILL MXO OP Q8R(R RSW=ZNo matching parentheses found< ,= $   =   3\ 8D(  =u T   3  \ !8#D^" #$=l%% &`*-   &W(] ,Tv&5x3&Gx:3 =!!"8#t##8$3$))*2**8//1/ 0  018 s2 212 2<s3 3R3  45  788=3=>=??1? ?,@@1x@@8B3BBC8D3DH=I JPJJKKK1SK K,LMM1MO2OO8P: QUU UV8X3XY=ZtZZ8[3[\=`axbydehNon standard Tab setting|=  U     DU3Y   &  &dS   8 8   3  , =4 p T  X "  _#X$$O P#2 #4n   !H##2$#4n$$'#{'((. .O0 0P1&:P1 12 34 6h7&:P78&P8A8 89 :;@P@>@ @A4B"]B C,D"GDG 8GOH H$I7 J(L L NOO R(T TYY\Don't understand file name: !AS LSE$SOURCE sys$disk:[];0Buffer name !AS is in useAlready editing file !AS2Type a new buffer name or press Return to cancel: No new buffer created4|  ,( lp|o  Q  $p x    Q%vte$x_arg_2 := get_info(vte$register_ , 'type')vte$x_arg_2 := vte$register_Invalid register nameD( T    v8 4 J" J  u p&u \ 0  ! "#G# %&&0񲯔 VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179G ()*/3/001 12P2 2(34u6 7D838388>,??x@ ABB\B B\C=D8E3YEy EFFx HIIxLL=MM\M M NRR=SS\S STPU:Z[9 \] __=`3`y+aaaYay8a ab8efuklxmyn3nzXo o\p3pqqr=st u= wxyz|} (p T  D =  !3!"#$ %&'( Q) )*E +,3 "5 `pLx 9`9 9 :  ,Q> >?3?ADM  A B BdD1 DR D E) EF: GH J|K %O %S %W %f %j %xy <%|o D%e H%[ P%Q p%G $&= '3  1OO OS S SW3WX8Y+ YP[[,[" [)\\ ]T__,_)_"I _)``b= Wf  fj jkkl3lnDv  n=ovppq= rs2ss jx x|9 | &G 3DM   d1 R   =)   + P ,") T ,)") m p^ ong  p= oMF  8p o,%  p o  Xp o =     p  $ ,Fm  `" 4d "  \"  ," 4  | , == U=  Z  T   ,!( x!! " " #xQ$CQ$C+%8%A% %& '4Q(C () * + 045:;<=pA oAABF2 FG GH IJMNQInvalid numeric argument-+-.ADLOQXZ\^!^!UW!UW!UW!UWInvalid numeric argumentvte$x_arg_1 := vte$x_arg_1 vte$x_arg_2+vte$x_arg_1 := vte$x_arg_1 vte$x_arg_2-vte$x_arg_1 := vte$x_arg_1 vte$x_arg_2*Invalid numeric argumentvte$x_arg_1 := vte$x_arg_1 vte$x_arg_2/Invalid numeric argumentvte$x_arg_1 := vte$x_arg_1 vte$x_arg_2Invalid numeric argument+Invalid digit for current radix0Numeric argument: Radix: !ZL, Value: !OL !AS !OL0Numeric argument: Radix: !ZL, Value: !SL !AS !SL0Numeric argument: Radix: !ZL, Value: !XL !AS !XL"vte$x_repeat_count := vte$x_arg_1 vte$x_arg_2Cannot repeat that keydH D J@=OOaO8O8A&@A 8 0" %<^%Q&U &0'(<( )*O--R]-A- -x.80"0=0 103"3=3 6473781x88R8:$:;$Y; ;H<><=$=>>>@A=B DJ@EVFJ@H=KaOPPAP P,QoQQR RU"U=UW"W=WY"Y=Y\\_!Could not set editor default file!AS /FIND=(!SL,!SL) TPU$MEMORY TEC$MEMORY$TEC$MEMORY !ASTPU$MEMORY !ASLSE$CURRENT_FILE !ASLSE$START_LINE !SLLSE$START_CHARACTER !SL\H      L"q P0 0  left_margin(currently set to !SL) /Right margin must not be less than left margin  &*S@ ;  nOQ A &*#4&m] p O PRlTb  !$Rl$l%%&F% 't)$)l*p+ o+ +,$p- o- - 12l3l4p5 o5 56p7 7O8n 8H::np;] o;` ; <=nE*FmGHIJKK xKKLMNO}PpQ1*- VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179G}9oRqSrTsUtVDIZPO[n [(p\? \]nO_nX_Z` 8`A` `0c$ccnXen eOfXfZg8gAg gphnh pjojjk k(ll&FlXsl sulumvpx*lx(oxxRqxxQ|l |}~rpost M M sIQl2 porstM M sIQl (QlV X2p(ors tQl ,poqrstpMM M  M M sIQl LporstQl Qlr 4ZsRtJrOm HX * *lxjX8Z8A p^o^ `O  p"5o"5m#o#<#))JQl-- -l../ 00&hY0 0Xj1.123 23355J<:__.-changeTPU$KEY_MAP_LIST#vte$x_formatter_name := vte$x_form_$ vte$x_form_ := vte$x_formatter_namevte$x_buflang_ := vte$x_null vte$x_form_ := vte$x_formatter_name vte$x_language := vte$x_buflang_vte$x_buflang_ := vte$x_language left_margin vte$x_language := vte$x_buflang_changechange Set Language vte$x_buflang_ := vte$x_language. vte$list_COB*!()COM!!"([<)]>$DOCDTR!!"([)]FORCcDd!*!!;'()MAR;;'([<)]>RNOTPU([{)]}'"No such formatter left_marginchange vte$x_form_ := vte$x_formatter_name + '$' vte$x_form_ := substr(vte$x_form_,1,3)  3  32 2 H2X38 3 &=!&=&  pX X!8! !D" "#J<%J< '`(&V(D) )*J<,J<O//,0&=30 14(Pu    8Y8 54&% &  ` & P  &3  @h T PJA"     &/ \ xJAO (V $V#3#0n#1n #2n !#4n!!"<#JA$$J%`)Don't understand file name: !AS!Buffer is read-only - not written5 p&: (&*  l 3  \ $   =&5 D 1 t3\ Y 8 0 Dv   = D$   F @u XF"uv (vh ` u 0 F"u -(Previous rectangular selection cancelledSelection cancelled, Y 5    &b&w  P s   YX^A t"3Y"| "(##&5#&:' )*8/pY5  1 01  8 pY5  ( 8 \x281:  T28:   Y >   Y 5  &&dw  X 1s  1 t!3Y!| !(""&5"1$$:% (@(+^T+ +X,^ ,-&^G-. .H/8 /08y225^5^\5 56 ^795:^; <=8 @(A ^B^CH$Ȱ1,,  &cx G   : 2  8  &cx G  1  : 2  8$`1282J"  J  2  8 dx  28  2eSV VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179Gv 3"vu Xu`+    U (v!Previous selection cancelledRectangular selection cancelled( T  p      u xu PGG xy##8# #p$3$O% %&=+''3((\(8( ()8O+z +,3,z. /+011Y181 12843P4 4H5=O6z 6737z9 :;=?BNo range to skip over@5 4&* 428  t3\ $=u:  _ $u t&u S 'u $=u v t&v S 'v $=v $!!!=&)    ,=  3P     !X" "# $4% %& '( , -.(5T55t6789:; ; <f= ?|C'F You have no marks to position to(You only have one mark, and you're on it All your marks have been deleted$    3"0    3P  T  $ 1,You can only delete a mark when you're on itYou have no marks to delete\3P ,[  Z Mark at current position removedԢP5     + 8 d( \T  4 "<\  Could not find: !ASString not found̡P5 $ \ d( \T  4 "<\   Could not find: !ASString not found̠ P 5   , Yu8 ~Y~ 8=~83~=UOk!!"#((T( ( ,-~ -,..~ ./5 56J/8\899L:~ : ;;~; l== >?J/ AB BCG~HIJuKO O4P"P Qd(R\TR R4S"}\S TUYY=\^N and count...counting...Found !SL occurrence!%SCould not find: !ASString not found|@   y   A|@   y   A(T    &(   J=\ X83y8 4xy3=P: 9!="3"z$J %&*"No string selected for replacement P5  O ^ Y 8  ^ 8!b Replace by:45  e O \  $J/u Y 8= 8!3!#= $%++x,\,--T. . ///(1bl22 3|5 56=8 8 9J/> >@?,@"@ Bd(C\TC C4D"\D EFJK3PKy KL3LzPNo target to replace...replacing...Replaced !SL occurrence!%SCould not find: !ASString not found4O \  |  J/mu Y 8=83= !\!""T# # $$$(&bl'' (* *+=0J/1 142"2 3d(4\T4 445"\5 67;<3P<y <=3=zANo target to replace...replacing...Replaced !SL occurrence!%SCould not find: !ASString not foundTL#  : <# \ &T   ( T    83yP  85  3#Yjtr(8   + + A  (r A 5  4(r 3n"|0 VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179GDJ8PR(8 ,8+ 8jr(jrRj1r"+%؎+Yjsr(8   + + A 5  P ( R+8+ ` ,"P)Q d ,)")Q "  4\| l "d  D Q  $ "  !UW!UW!OL!XL0\ &T  83y P     85  3`0P5 $ @ ̊   n  @P &c8 lj8 ,1 (s85 # # $%n &|X)c )P*$c*dX+d +,d- ./27 No more files\ T  D "  =P5  O^Y8 c^ f !#6$$%#%&c'$'d+T,-3-.=/011Up3~3 4P68$8O99@:Pp;:; l<< =? ?@PA DD=E:F8K$KdMNQDon't understand file name: !AS%Function not supported when prompting(Wildcard) Filespec [*.*]:*.*; Directory listing of:   -- No such files --@3\ 83Py5  3  \  8:TP#  : +5  | L  0 du  (R  Enter Space&(J 4J   x ZH @%2p% (|% % % % %&' +  +  + x . ` .l H .V 0+@ AOUaousAz @      yX x<'X#)E# 4@'#@)#lastlast @      yX x<'X$)E$ 4@'$@)$lastlast~   &* SD? p&Ol  @   y  X% %d& &')>x*+--1__.-#vte$x_formatter_name := vte$x_form_No formatter selectedchangeH|    .|)8   &F l  ,l     =x{ H * *  i<xP{ H * *  h>`z8P83 Q l 8   Ql8 328l =3S 8  DTRCOB--\pyQl<8    DTR+Hy8P83 Q l )8    3 281( A <l H=  =+ + Ql8 328l  !"=#3##S# #$8 &'+,FOR***COB**DvP5   l  Y  H48 6 , 6,O !5! !p"" ##&*#$Szu% p&\o&_m&o&U&'(-R]- -p. .34$4O5 5 67<=l>>??BAlready prompting Language:Formatter name (file type): Set Language __.-vte$x_buflang_ := ''..+Sorry, don't know how to format this bufferl|s@   y  \ sP  `  (  J   J p&(T (J  J4 VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179GF%Function not supported when promptingq X+  l (Jc P +  # (Jc & X+   (Jc P+  q (Jc  # Set Modify Set Nomodify Set Nomodify Set Modifydo   u Y 8=83=3 !!&(!""J#$,%,* *++, ,(-,l..001 ,23  4x535 56= 7D889 ,:; ?3?@,A8B3B BC C|D3D D\E=F3F FG8 HI= JN3NNO Q=S SPT,U3U UV= Wd YTZ Z0[,u\\ ]^8 a ccJfLXk   Lk   Lj  , hj 8 3 y  8 3  :&(T J1 4 128 <R 18J $h&)&/,8\8 T  &* "<   7Modifications will be lost ... Delete buffer !AS anywayg 3 u  8 3   :g1 31wx8 3   :8f3N3\  8 3   : de3\ 83  M 3   : dd  3  S  P TRljS v 83y83:# , c:Db   &(  , ( 8 $   8  $! "#*D++\+ +D,3,w ,-=w/3 12x2y82 233Y3x43Y4y84 4,567:xv;=y<  =(>?BH3PHz H4IJJ dK8L3LM8O9PQ8R3RSR RLST8UPU UV8 XY8[3[]=^_3_a=b8fxfy8f ftg=hjxyjkPl:m9n= opzsxtyuJ w{x{y8{ {|3||\| |D}8~3~8 33PxOyA =P:xy9u= xy3z Unerase PlaceholderErase Placeholder /NoGotoUnexpand)Cursor was moved away from restore regionNothing to restore (Cursor was moved away from restore rangeNothing to restore[ [J@JAJ*"@?JAJ@&#h&)&/,8\8 !""(#JA$'V(H))A) ),*o**+ +.</J 122S2 2 3J 4@5585 57<&<??@&)A&/,A8ABB\B8B B(C&*DR5DF"F FGHHtIJAL"8LMJA NOVRJ T<UUSU UVJY&3Y Z^&#0^?cJ@de?eXf fhgJ*h3hi=j kUl=n q)Will not exit; could not write buffer !ASLBuffer was not changed or has been written already - Position not rememberedWrite buffer !ASABuffer !AS not written - There is a higher version of this bufferUY5   &#h  &#0 ? J@  ? X hJ*3=5gt VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179G U=>X @J*==J@ !U"#? $ % ()Y)+)A) )* ,P-./016Prompting cancelled4hRXn hn ,l  ? p    ~ d\ 0B".`_FLAGS Compile $ Compile COMPILE !AS0Q J@P5      Undefined key\PH T 0 "   P5  |O^Y8 _^ V6O  "_$$$$S$ $% &')\***=+8,3,-83#3O5 546"6 78JA9?:JA;,<<<= = >=?8DDon't understand file name: !AS%Function not supported when promptingFile to append:Could not append file: !AS8M P 5   l O^Y8 e^ F6,O e""##$ $8X% %&& (() ),,-0%Function not supported when prompting Buffer name:PK4"l  &)  &/, 8     \ 8  &@, 8  pJAV<JA Could not write file !ASI    3 <d S   3&Fm. &hY  !?#$&='( * +/$Review End ReviewXGH T 0 "   P5  xO^Y8 _^ R6O  "_$3$$S$ $% &')$*3* +<,8-3-.84#4O6 647"7 89JA:?;JA<,==== > ?=@8EDon't understand file name: !AS%Function not supported when promptingFile to include:Could not include file: !AS(D  3  =  U  P&&VxP&G&*" &/ | x&)  V !H"+>" ",#&#$O* *@X+ +l,,l..X1 12 6&36 7<8P:&:<<=&V =|>P@&G?&*@"@ OA AB E&3E F8HH=I:J8M" Buffer Lines !24AS !7UL read-onlymodifiedconstant, current !24AS!8UL System , currentl@P5    Y  h4  8  0O^ _^ 6,O !5! !"##&*#$S% p&&X'n 'p(n( * +,70%Function not supported when promptingEnvironment file:Input filename:__.- vte$x_language := vte$x_buflang_ Set Language ==( T   XX8 <Oc   328(  P; D    !=%3%O& &@''1'w'x''8 ())() ) *+- -D  -=.803001822U313R3O8 89$9:$:;dX< <,=7>$> ?(p@S@A COG GdHHI I8JJKK MHQR$RT$cTOUOUdAUUplVimVdVW@W)W W X$cX Y [`X] ]X^d_"d_ _`7da cdii8i i jn;No wildcard has been selected - use the File Search commandNo such bufferCan't find file:  Edit file !AS No more files7&@ @+A     &) &/,8 H+A (bp 0J (J x&/ 0J (!!J$$6 =Բ VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179G5'AVTEDIT was started in read-only mode - buffer will not be written=Modifications will be lost ... Set buffer to read-only anywayt5P5  | Y    &:   0&* #3#0n#1n#2n#4n O^Y8 ^!"*! !"$O& &O'^ 'd((&:() )(**&** ,-^11 12`3B7%Function not supported when promptingOutput filename [!AS]:xp2h T PJA "   P5  O^Y8 `^ nO !!"JA#V$JA&&x''=(3(y))Y)y )*8,/Don't understand file name: !AS%Function not supported when promptingOutput filename:/J%J% J%& P \1UA .&L&K&J&L &K  &J  &L  &K  &J J%J%J%A$- = 2 2 H2X38 3 P &h228 ? D  J<"J< %&P& &''&h'2(28()&h*28* *+? ,D- -.J<0J< 344&h4252856&h7287 78? 9D: :;J<=J<AA CD GJJ&XTJ J`KJ* LJ* MJ*  NXOJ*PJ*QJ*VRight margin must be positive(P  @     &cx   LsJ% ," @J%   #Function not allowed in this windowICursor line must not be greater than window length (currently set to !SL)&  T  l 1o (&5&F <"q ` !" #u$$&),(currently set to !SL).Left margin must be smaller than right margin  $%$ < J%    &c ~H   J% @J% &J p&cJ% @J%# D  x @    R ,   Already two windows on screenOnly one window on screen!  3   h  &Fm.3 3&hY ?=U&hY J< !"=#U%& ( )-,< & &3   4 &   <O(&V  lX8 8` $ (H l,1 ,1K 8( T   3P 28DD   :81   !!&F!%%&5%s&v&&m&&'(=+ left_margin<`=8  &W ( ]  , ` uJ/^J/-Non standard Tab setting - buffer not changed ...working...< =8  &W ( ]  , ` uJ/^J/-Non standard Tab setting - buffer not changed ...working...$ 8  &W(T lQLo&FDlQnj $1$%&) ),R,(, ,4l--..h /7ͳ^sVEa!ui&dRk*`-&n@yE*['OV" R9ǭ?[s Cif8c t3svtΑQge_m.(ס ug2p 5ddn&l Av#)@!{55I4q Rlpm%s!D SWaYS%yaT@f;TlI/$V@c8N)!Kaq> fBOvpb!QPH 5rބS!|QU!\V(Q)L2rgz;qCL "HbN Ce)Uv  :J sU2FQ}S*qdcn{esm>*RmUt jL ,BRjyd q fe4p,\d2SM c = 9&+6\% ZJ|gɐpf"ahg'u idDnhݛI1Qe{f'6af.AgʖeXn5,rqPosFt|oz"R_LGN smpnx '!aCbpdC*MJB!R}mQIUvz7QQDt+n]4FBj#PD&~^Inrow&JK߉hrWo|q8]t\u.i`IaF\X@2] ]3=9>M d"+rٖ"vpu"!W"Q@L[)}7ō5d" zA*N{A &  \ d,Oq;A 4?9v+y7  Z k3 Q-3R'tnY"Z )C5{Tx: 0i/3w!n>~#$ $+NV`H+rv# ](.!wxj pOPPC_$C{.LUn9yNXadru"/iazf I }`%L]bem|  _ HIC , X9Kdd: ^g,T t0Gw 1" h\ `~T^i]ZWCL J3ii;~2?' ] (p% rY5a0wOu8V$ BYVtXi.vf!Vo*(S%5KM;NKa |#4I d0 EC&0]"!Ddfpb \ӦUE8 .3rs @ f%H ;(Ԩ}] ?qeGDZ $.UDszW |h{3eTgU1 QF1OыpO,}nHeƠWceNherlXnfub߫=uۇ3c#eg=tk'_uUlRl8_ =9eyooue em ~huB_Şd g`:!5t"$uglmq_"cgh(ndkfw(Louf! u͚xbd0ag 8 !t:$]ԞeadR.}wehlcsW_CB ()C yOb7+O-Q*?DwZJH!*4b;T$qp"@ #Y~|f~!lAmp4}X@z.+?XjH~S4 t)J/Qhoiٺ*N|nB(xcNHY 7 u1\SWF8d` ;m߇!b%d_m*:e Quqv ~]fr_-,(d]SNbv\,3eVt~'&s !g;?gq=vvrnk+>R!8)A  J# _C PU' q1RQ:>yh p.4]b\4$3s$>ejGE>SvaBEMAl9e':&_i#aW S'c٬0qf<?68R;#^+gQ+9OMf`/dnK8Bfc|1e<6T@܉`ob'eyjosڟtk@tdenvGe߱sd!d^tq[dg%tufnRچ[^KDLvDN}TAWUͽ3C$A.U߭lAWmUXLBSh$Eϱq]!0#W )sN>#* DhPrYgZC\Z^tⱙ53g1`M .m!i#W7uh[gl+tgKuh~hNpIdvn* @+La ą!­oLf# 9s`~o -;u7"jބw~ndɖ"ruVeǚ{uv dbxaDt^$s ߣv.X^2t$N_=w!{=yf{ea 1` \veЇA`tg[2pW!e7xjag1V;܂ۋ_X_x n Dtz\s In!ai~~elj߼sgKtwKecxfR:l' Hd?ӰK#K7p…d 8? j.qGvtuFeXy,ag;߷vU_]׋%q_G`Xu8dji *quE+2Hۉrm:d䘆ur"cvDevrHehx鰴pr%c`bm4n@8R(ahxR#Z\-Vb2-g ?9D;9%FQS oVR:I~Hn\emO} \^2 mNBG N+7RCGMO2# y+ϳRly1EtoLZ4C 9M"m8''L_g_,e Uiq%},J(DfT7iiryDsa&TAz*`_tr/Ԧ?e< Q bMt :h;dwho en `QO!85UNB`t3pFS){BxM@DQZ2/g>0"Qe`meu heFun*vƞ!jeZ^n) c lh)3 2Y{oe)~VT:25h(\dgDB1` !rMJr*X{r!aD#vNzB(.?r ,'bw = F:=Y8c>7U\eoʚQdgo 3EB2v^=9::/s&:ơ5(tT]2\;]pJuf"WrScN[[}![GEΰiot"v"ĜZPahm߿kri} lX7q[cLh~#%UY@"ERVC, -Nr}Y92&D(,e6ZqldD4QeBa[lsL (0%5!u^u><mP4<Mot) [i~N \=Yf)2Z6f<M="PAC>zU'Q#A>PydX0 a@`n:MSS~N. GQ1}S.K3E/@N"/%Ӷ&ӷB:6E#a6]KeL!,y=ILCGT%GjNA=)S%MRc_\IQEw, /RA-V`Cb@;UU1Rߟ`JU(hy{lWyb80 * Z=w?ZWe@$MBtCl{"(E*(i **tLN XLM6b S638:06%nu`Vm*f(\Ceݑqd`Ubof_anf*r2nY`߰g }n !01T E&_Q0G(k!bepktpgߒeJwzfm y i Qz9HY'%.VlD]c9[ Vw g `Ba6Dg1[>NpCaezr "~au1VHUnQiU *<).+Bb kyhkiFh;'QuMlrCi2m!^"sMNsme g/to%je"Tbpj![ew pifdreԍfztzJ # kCLuMܞ N? fi KPMd_.MelmcgavoVc:rd"ݳШ/ijIBpMI ֫qu|Fl,GeeqUm"bIN*ub fj}1`k'!pjRf#ѫply\cF] =A2yjxYH'yj:rH! 6+r;v#^F\3"Z=GB D$Wi?bgXdb!;jxnms‡"C'40gݟ:Z8.c Z@T }:&fW׺(4mdTxsOk8C )T?I krBta? ݚp riMK mfbt>R>)>l?? ?,l@@A BlCPC CDuFFRlGGQnGoGsHoHHRnHH IL L<lM;lMMQnMM N PTTJ) UhV V41WWWJ) X$YYJ) \(]]J)a"Could not change Tabs as specified  !Unknown Tab setting - not changed  ,( T    3Y ,83J/=DF  T8=1 = 8!"J/% ...working...P( T(   P 5  (  O^Y8 g^  "$6,O% %&(g),%Function not supported when prompting Process name:XP5  O ^ Y 8  f^ 6O f%Function not supported when prompting DCL command:tT8 Th   O #DCL subprocess could not be created  T + P&FJ&(J  =! P"8#3#$8%%%1S% %8&' (8 )*.3..\/3/ 0010w0x008131 12=434 4535 5616R67:89 :8 ;<8 >@=AB3BBF+ FG% H(IJ J1KKMM&FMlNN%R=S2SS8TDI  TU UDVV=WYW WX8[[&5x[[ \2\\8^3^^\^ ^_`P abPce g:h2hh8i3ii(jkPl mrhs=u:v2vv8w3wwx y~ ==T1xS8  8T1xS8  8J5 #  LX( T    J$&(J D3N 2  8!!(! !",$$&5x$$% %1&&(=+3++S++<,,-8.3../0 (2DC  23 344=677 78P98u<<==$>3> ?C3CC\C CD8EE1E8FGG GH I JL2LxLL8 OhR2RR8SDD  STU UVV=W8XX&5xXXY Y1ZZ\8]aa\b3bbSbb,c8ee1eef ghii1ij8kl n,oo oTpPq8rss1st8lvv wy||J}J$   J@ P 5   p h# @J@J@^E 4,J@  # J@4u J@!H$H0    0 4u "-Recursive learn sequence - Learning cancelled!vte$message(0, 'Nothing learned')@ T X (   @0 d/ +    !2.!Z"S "#2 #$ $`%%Z& &'. () +, /D0001239!vte$message(0, 'Nothing learned')Learning aborted+Learning finished - use X to execute Learning... learn Undefined keyLearning cancelled!vte$message(0, 'Nothing learned')8$ J@ P 5    O^Y8 ^ n L!&(  J J@!"J@#J'P' 't(J'**&**"G*J'"/Already prompting TPU c9> ?pDXDEJJ@K*LJ@MbNN/XOb O,Q"bQV&Editing session is not being journaled(No position remembered from previous run&Editing session is not being journaled4You have non-empty user buffers - Journal not closed;Are you really sure that you want to close the journal fileNow writing journal file !AS &a   &a &FY2  P5  `O^Y8 h^! :!"$&6,O' '(*h,,-.?2/J'0J'"1p55(56 67R78991t99+:: 8: :;"?|Xp0H`x( AdAK BLBK- C4CKR DDKP EEK  FFK# GGK> HHK; IIK= KK  LtL | M\M t NDN k O,O _ PXPn P$pRLnR  ST: VV 1 WWKi XXXn X$pYnY  Z[ ^@^_a"ad&ad4e ef}hjUp4lpq2.qQrQrAsQsAsQsAs s\t=u2 uvUw=xU y z |$~=&FY2 %Function not supported when prompting1Keyword (Buffers|Screen|Summary|Windows) or name: Show buffer Show Alias *Show Language *Show Package * Show ModuleShow Parameter *Show Placeholder * /Language=No informationShow Routine *Show Token * /Language=No information show(!AS)No informationLPress "Up", "Down", "Prev/Next Screen", or any other key to resume editing: next_screen previous_screen move_down move_up|J$J@J/ Th $x | !3!"u>" "$## $|%v %\(  ()v* *+ -..22S2 2 3499&) 9(:T: :,<X< =P??&*?"M??AB(HTHIAI I8JK%KPJ/QRTJ@UVUV VDlX lWX"X YZ]"^HbJ$(cTc cdd=eee1e ef ghjk=ll lLm8n3no8pP qr tuux?xyJ@({T{ {X| |(}=~8=>>J$J/#DCL subprocess could not be created3Could not read or write temporary files for sortingNothing to sort8Modifications may be lost ... Sort selected range anywa:Tʩ VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179G>_y4Modifications may be lost ... Sort buffer !AS anyway"Creating subprocess for sorting... $ set noon ...sorting...SYS$SCRATCH:VTE$SORT_IN.TMPSYS$SCRATCH:VTE$SORT_OUT.TMP /KEY=(POSITION:!SL,SIZE:!SL)SORT!AS !AS !AS    ,( <p lo n Qn    7 - vte$register_ := Invalid register nameNeed numeric argument&G  3  \ h  H d   "t  ,"^ Y!You are on line !SL of !SL (!SL%)2You are at the End of Buffer. The last line is !SLThe buffer is empty|hT@,xdP<( < T $"86 $ $%6'&)&(T) )* +,/0&# 016;6:&#c:;&#0;<=2 =>2A3A BC= uFFF(GPlHH IuKKK L M= QRs|*TJUVW&dWX&bXsZsYZ\]J^_J?`a&dab&bbsdxdscxcde gThhiijlJ9mJ<q q=~rxrr:slt:~uxu uRu v w:~yxy yRy zRz |:~}x} }R} ~"C~R~R RmRn :~x R 83 8  ~x R 83 8 3 "aR)K R)n% %%%(%)%*%S%T%U%s%x%y%z%%%%D%8%,%@&T'H < 4   JA66JA \ < X  =~:83 8 X : 3 U J$JJJr4uJ!uJ!J/JABxJuJ<PuJ<J?|jJJJ J  <uJ<~~J%HJ'J'"J   JJJ[J3J#+ #$$%JQ*&J 'J(J()Ju//~00s112233l5556J<7J<8J%9J%:J%> >?JCD E F FHJLM&@ M8Ng NJO M R\ RSJTJ9VWXYZ[\a abJf gh\i&iOj j$k&k m$n&nOq ql+rr& Ar r@s&staXu uv X}}&i,}8} ~#$PX8 PJ$p! 6U  $J$O ` ,   8#4#2m#3#0n#1n#2n#4n = $~x :&@  "  $lXl plmXm 4:"rm 8 $:;X VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179G# 2U &P dOa 0      _&9 J <&@  J &:X #2#4n#yX (J` (J`JA/J/   == &hv .  - J )  l<P<Y8  i  p8 Lu:u83{ !$&Don't understand output file name: !ASInitialization already doneLSE $Initializetpu$key_map_listfirst $MessagesLanguage Sensitive!%DFor help press "Help" keyFor help type " H"!%TAre you crazy?It's after midnight.Esta muy loco?You should be in bed.The early birdonly gets worms.Go away.It's time for lunch.Ding-a-ling-a-ling...This terminal is alarmed!I am very tired.Please let me sleep.It's almost midnight... ...working... $Commands$Prompt$Help$Help$Show Show buffer$DCL $Directory$Buffers$TPU$Search$Target $Local$Ini$$Restore$Paste $DefaultsSet Nomodify /Buffer=$Defaults$LSE$MemoryEditing current_file Re-editingInput file does not exist: $Main. Inspecting!AS File "!AS"Using !AS FormatterFinding remembered position... sys$disk:[] [End of File] LSE$SOURCECMS$LIB [], CMS$LIBSet Source [], CMS$LIBL88T DBD,N4\pPxx(<DlVVTE$MAP_MATCH$,i" insert_matched$i' insert_matched$i( insert_matched$`i< insert_matched$i[ insert_matched$سi{ insert_matched$i insert_matched8T D2SD,N4\pRx|(<DlvVTE$MAP_FLASH$`h" insert_flashing$h' insert_flashing$رh) insert_flashing$h> insert_flashing$Ph] insert_flashing$ h} insert_flashing$Ȱh insert_flashing8TT(@=T 0V8ThZp\tx 0z8Th|pVTE$MAP_INDENT} indent_contL| increase_indent{ decrease_indentܮw indent-:y indent_lessLx reset_indentz indent_more.8T qPBȎ  $ , H \ d    $8 @\t | <HPlt|4@Hp  (DT \x$%( 0)8Th*p+,-4D.Lht/|45 80D9Lt:;P`?h@AE W(LdYl[]4HaPtceg@Xi`km $o,Phqpsu(y0L`}h$8@\lt8DLht| 0DLh| <LTp|$,HX`|  8 D L h t |   !!!8!H!P!l!|!!!!!!!!"""8"H"P"l"x""""""""###4#@#H#d#t#|#######$$$4$H$P$l$|$$$$$$$$% %(%D%L%T%p%%%%%%%%%&&$&@&L&T&p&&&&&&&&&','4'P'\'d'''''''''((0(8(T(d(l(((((((())$)4)<)X)h)p))))))))**$*0* 8*T*l* t*** ***$** +%+0+D+&L+h+|+(+++*+++.+,0,/8,h,|,0,,,1,,,2,--4-8-L-8T-p-|-9---:---;--.> .(.4.@<.X.`.Bh...D...VTE$MAP_STANDARD$ append_file erase_previous_word erase_next_word| erase_lineH delete_buffer<I VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179Gu2 execute_command؟ iterate_commandN move_word_forwarddt flash_control,g include_bufferD end_of_line showr tabd compress_spaces$,   removeȝ sort$  form_feedXl return( trim_trailing_ search_count what_linep save_bufferPM move_word_backwardu match_controlܛf cut_buffer modify_controlp erase_start_of_line$4 control_screenȚ set_screen refreshd write_control, quit exit̙j insert_numeric$   quoteTX"4R !%D insert_dateT"4R!%T insert_timex tpuLq space expand_tabss umlaut ; numeric_argument0tGu execute_range $; numeric_argument0G u compile_range ; numeric_argument L; numeric_argument ; numeric_argument ĕ; numeric_argument ; numeric_argument <; numeric_argument ; numeric_argument ; numeric_argument p; numeric_argument ,;  numeric_argument list_buffers bound_cursorx free_cursorD include_file  two_windowsؒ other_window one_windowlv formatter_control0 set_journal` set_search_caseđ help attachd dcl8a set_search_origin learn̐ set_left_margin get_next_word\ center_line( fill capitalize_word set_tabs spawn\ set_word_delimiters  store_number lower_case upper_case execute_learned_sequence< change_case ; numeric_argumentč deleteL move_updP previous_screen,G move_downO next_screenČI move_right shift_right\H move_left( shift_left] findċc insert_hereo save` write_range,k paste this_fileȊd replacee replace_alldb exchange0\ toggle_mark change_modeȉ case_control^ find_next\Y find_mark(K move_line_forwardT scroll_upX top read_fileXC bottom( write_fileW start_of_line bufferJ move_line_backwardPS scroll_down erase_character~ set_formatter restore|V skip_rangeHm split_linen file_searchR page_forward close_filetE markDU select_rectangular] find؄Y find_markc insert_herepZ insert_mark< remove [ remove_mark؃F selectU select_rectangularlP previous_screen4O next_screen next_buffer̂ list_buffers other_window\ change_windows$ exit=L_ VTEDIT050.B"3[WECK.VTEDIT.KIT.V50.B]VTESECINI.TPU$SECTION_V5;179GS A,  compile_range, execute_range\D end_of_line( show$  ĀQ page_backward help\ show, do tpu attach dclx spawnH compile`8T TTPU$KEY_MAPUp xPAVTE$LIST_NIL08~-.VTE$MAP_STANDARDUp PA VTE$LIST_FOR0d}-.VTE$MAP_STANDARDVTE$MAP_INDENTVTE$MAP_FLASHUp PAVTE$LIST_DOC0x|-.VTE$MAP_STANDARDVTE$MAP_INDENTUp PA VTE$LIST_COM0{-.VTE$MAP_STANDARDVTE$MAP_FLASH Up PA  VTE$LIST_ALL0z-.VTE$MAP_STANDARDVTE$MAP_INDENTVTE$MAP_FLASHVTE$MAP_MATCHUpxPA TPU$KEY_MAP_LISTTPU$KEY_MAP A VTESECINIVTEDIT V4.7-17222-JUN-1989 13:3322-JUN-1989 13:33VAXTPU V2.0 1988-04-08 05:00 .$$ABS$$.TPU$$K_SECTION_BASE> Y'3G7:@h@;qƇ<E "rt`gKdq Ah xwbyCeuODzWtw\ Jg"  0HޢSn./.#ipФ.SNRRSb%P <[$7 9 [QFT6#W=6H NE%SR^"E.mM4k \7oliZgn WD Xhue leh"god  ԾBCTFF$gE'3>cՕa  lfGp.:Uvgl.s: :duk|WRL@h3ݝc%9pyt/_*uer8 Ta)WE$I MRNڻmhvX!dfBe* )A@OQI&AQBL_Fmic\obpmY'OKN|Q=Kvvb,fLUO,D8n2w݊x ruvFUpgilWN^O} oS taJ`oݜb/0F`}i%&BwTf Ex', *>Pwl$!gAh޵24ǵ80"]vF!9e91npPA2f~)## e@Vo#ewz <=;Hq/^R,My}ffW QnfitGs)m"l))Y銅swmT\z_Gњw* Tfe:evwoypb}rbnn았ij ;KDmA~QIP P!Dd590%ht=ztdRlaRe6oыhmy-Ir'["nEortߒu4o(Ho ׈h0= 5TyMe$!OF 2_ D$$8D3=+P%(s$M(cac)rk .Nn&I5g3Rcsl%aU_"T`Ƅ"j:w_olzK\.6,|q$ld lg%S%MEm#r&\u'nm lwr\-in4edennՋ߇leޏzoW  ef:>jH%sNdng@ e ,AU!WU~igi!|^akogi81˩f$"9-%!oiї yE$fiqf[.cd:oOH:S;yM"jo:=e13bfsy5ziF}eh_lRDm2*s,gj VW/QT_AK.4P&bvae _@"ɥADAX>Saow!o!ae6#(QugdkLnud'0$ AC_bJT(Q{FŠ׭;jO2 4qQbgt0>@mseLs/fil5f~qFm$:"=*!dnr\cߓurӮQpae#|"v: iqSaV{$kH. GUi^LC[_<!+wmew"wa@ od!bo!dnC!{oA!haxtIhwNj wlP *%pxlw5]RkSZ`KmcrgRtDs{ h(lPjmPogsEwWeHhcG}uYo ۑ,rvvR wS WEpen?vte'v0.kcxUaeLvse}8gBeO@XA"SYPvaC&ytɉeZcImjd l#zIddpcv] !a; 8 \ Cstl!tu ecq獐eBdseh3L 30NnS\4dQ@ E"-~,jAc!;PNY\]M TL m7ԥRT#GtHɘZ~X]@0sUŢiqoc;?gmegr$A.R1t$T'$ݺUOO62[/magtjl3V?D;ijmq,aGoq e n!oc(F4p-slto@eebgrdݙ4'U8'8S*N ?+cas|8) v+/{pps_ng!"#  gxmi5e)~Jado;bIqgp58XI0$K4r/fpȚt>Q#t:5GF~mqs,cqGgSoq/2g;8De?"J9$_uZl_ug`tI/\I{I:P_xN1 GM2 bɚxъN=c4vnM qsCM(|o GmNo}SnnR,nxYK9cSefH)L-Nzcnr{*! Mgg5Pj pwl(fiET NoimekllaoWg)Mwe[""sq<@on $R=Pr*'I/\E߂q| mr?ie lfditOn:u ߙ`Xd_0R#ot{UXsUD~ :m~eoOQTt't`{Ww #+N,S4#(%"|nFVF #$ Ds'*#]# E#LlS|GF]b‰P#%5$G[+$J$h$1N4HL_9 wr*hAleaV pzAmc* B0simoGan1J^lb`$|2 7.Cwرmt_CݓerfYOu(&'_%EV#dgrɋwpa %8j+%Y 'u%Dk WgKd?^&.\&J&-نY%k &|&shi{Maff&g#%_i &Gt'$U1lvSȒnf)'BI'v.Hm+i&?'n/pCa_W@h'Vw#K'VG#)(^[Θ,]Fov]㌜:(A(#, (@W,XI8oMgnl&%(*I.,Z))TOF W))F))8)"O+& -ZfloH^eGa ())0.u(t 3Lkn+;U_*evmzK߳}CplEe@hA. M*hOdrLi gModrmˋCLXRF X t :oo-&vBf/HG`EUeng cWMJrnbng #f92jM megsS#fnD2eZroe 2/q_oNg,z),CW+o,%,V_mvfW@Mk-# ],L )s!,-_lMc) ,- Nw-g){_`aW[K AeuT`r/.x>.0-N7l .z/^!j }qbKgnU.HT@^CT>Nb?S} l_tenLNc]qn\fdt},n^cfeve. dqiju펛_s'lhs0f DBLsSbW7N3fS ce"c9-ufd}Ct# t*NrwehdvMmw Kt䐍+qnigrN#hfCA %Huio =T .b,N[3Rg I8ǩH-