SUBROUTINE OVL2B(INDENT) C C The following programs are used in the RT-11 User and RT-11 C Programmer self paced instruction courses for RT-11 V4.They are also C similar to programs used in the Programming with RT-11 series for C RT-11 V5.0 or later. The name of the files are as specified in the C self paced course. C C The code is supplied as a service as Digital does not supply these C on diskette. C Any copyright is the property of Digital Equipment Corporartion C INTEGER WASTE(50) !SPACE WASTER TO SHOW OFF OVERLAYS BYTE FIRST COMMON FIRST IF (.NOT.FIRST) GO TO 10 DO 5 I=1,INDENT 4 IF (ITTOUR("40).NE.0) GOTO 4 5 CONTINUE CALL PRINT('SUBROUTINE OVL2B') 10 RETURN END