C PAGE 2 OF INSTRUCTIONS SUBROUTINE PAGE2 TYPE 1 TYPE 2 TYPE 3 TYPE 4 TYPE 5 TYPE 6 TYPE 7 TYPE 8 TYPE 9 TYPE 10 TYPE 11 TYPE 12 TYPE 13 TYPE 14 TYPE 15 TYPE 16 TYPE 17 TYPE 18 RETURN 1 FORMAT ('+ When the game starts, you will flying level') 2 FORMAT (' at 2500 feet.'/' ') 3 FORMAT (' Instructions from the ground radar controller') 4 FORMAT (' will appear in the upper r.h. corner of the screen.') 5 FORMAT (' He/She will attempt to talk you down safely.') 6 FORMAT (' ') 7 FORMAT (' PLEASE NOTE THE FOLLOWING:') 8 FORMAT (' ') 9 FORMAT (' - The plane will stall below 75 mph') 10 FORMAT (' - Touchdown above 100 mph results in a bounce') 11 FORMAT (' - Descent rate must be below -10 fps at touchdown') 12 FORMAT (' - A 100 foot hill is at the far end of the runway') 13 FORMAT (' - The fuel supply is marginal') 14 FORMAT (' - Not flying the correct heading wastes gas') 15 FORMAT (' - A forced landing is possible if touchdown is gentle') 16 FORMAT (' ') 17 FORMAT (' ') 18 FORMAT (' DEPRESS TO BEGIN'$) END