``` DO 20200 I=1,CLSSES IF(CVAL(I).GE.SCORE)GOTO 20210 20200 CONTINUE TYPE 20202 20202 FORMAT(/' You just went off my scale!!'/) GOTO 25000 20210 CALL SPEAK(CTEXT(I)) IF(I.EQ.CLSSES-1)GOTO 20220 K=CVAL(I)+1-SCORE KK='s.' IF(K.EQ.1)KK='. ' TYPE 20212,K,KK 20212 FORMAT(/' To achieve the next higher rating, you need',I3, 1 ' more point',A2/) ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by qpliu and has received 6 comments.