24.11.2014 Views

Open Watcom FORTRAN 77 Language Reference

Open Watcom FORTRAN 77 Language Reference

Open Watcom FORTRAN 77 Language Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Language</strong> <strong>Reference</strong><br />

* Illegal use of the assigned GO TO:<br />

* Statement label 100 does not appear in the statement<br />

* label list of the assigned GO TO statement.<br />

ASSIGN 100 TO ICASE<br />

GO TO ICASE, (110, 120, 130)<br />

* beginning of selections<br />

100 PRINT *, 100<br />

GO TO 200<br />

110 PRINT *, 110<br />

GO TO 200<br />

120 PRINT *, 120<br />

GO TO 200<br />

130 PRINT *, 130<br />

* end of selections<br />

200 END<br />

82 Assigned GO TO Statement

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!