I have some code that has a bunch of tags. Some of the tags are just numbers, while others have the word
continue after them. What is the difference between the two?
continue after them. What is the difference between the two?
Code:
201 IF(ISAT.EQ.WLDATM.AND.IAAT.EQ.CARBON) CHKRA=1
CHKRI=1
GOTO 300
202 IF(ISAT.EQ.WLDATM.AND.IAAT.EQ.OXEGEN) CHKRA=1
CHKRI=1
GOTO 300
216 CONTINUE
RN=3
GOTO 21900
217 CONTINUE
RN=4
GOTO 21900