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 />

c<br />

r<br />

is a constant or the symbolic name of a constant<br />

is an unsigned positive integer constant or the symbolic name of a constant.<br />

This form of the DOUBLE PRECISION statement is an extension to the <strong>FORTRAN</strong> <strong>77</strong> language. The<br />

rules for data initialization are the same as for the DATA statement.<br />

Example:<br />

DOUBLE PRECISION A/4D4/, B(10)/10*5D1/<br />

In the previous example, A is initialized with the double precision constant 4D4 and each element of the<br />

array B is initialized with the double precision constant 5D1.<br />

52 DOUBLE PRECISION Statement

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

Saved successfully!

Ooh no, something went wrong!