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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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

2.28 END BLOCK Statement<br />

END BLOCK<br />

The END BLOCK statement is used to terminate a REMOTE-block. The END BLOCK statement is<br />

implicitly a transfer statement, since it returns program control from a REMOTE-block.<br />

Example:<br />

REMOTE BLOCK A<br />

I=I+1<br />

PRINT *, ’I=’,I<br />

END BLOCK<br />

For more information, see the description of the EXECUTE and REMOTE BLOCK statements or the chapter<br />

entitled "Program Structure Control Statements" on page 193.<br />

58 END BLOCK Statement

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

Saved successfully!

Ooh no, something went wrong!