02.07.2013 Views

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

HP Fortran Programmer's 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.

Glossary<br />

type<br />

type See data type.<br />

type declaration statement A statement<br />

that specifies the data type and, optionally,<br />

attributes for one or more constants,<br />

functions, or variables.<br />

typeless constants A literal constant<br />

that is formatted to represent a bit pattern<br />

and therefore does not imply the type of the<br />

constant. BOZ constants and Hollerith<br />

constants are both typeless.<br />

unit number A logical number that can be<br />

connected to a file to provide a means for<br />

referring to the file in input/output<br />

statements.<br />

upper bounds See bounds.<br />

use association The association of names<br />

among different scoping units asspecified<br />

by a USE statement. Seealsomodule.<br />

user-defined operator See defined<br />

operator.<br />

user-defined assignment See defined<br />

assignment.<br />

variable A data object whose value may be<br />

defined and redefined during a program’s<br />

execution. For example, array elements or<br />

array sections, named data objects,<br />

structure components, and substrings<br />

all can be variables.<br />

vector subscript A method of referencing<br />

multiple, possibly discontinuous elements<br />

of an array by using a rank-one array of<br />

integervaluesasasubscript.<br />

644<br />

whole array An array reference—for<br />

example, in a type declaration<br />

statement—that consists of the array name<br />

alone, without the subscript notation.<br />

Whole array operations affect every<br />

element in the array, not just a single,<br />

subscripted element.<br />

zero-sized array An array with at least<br />

one dimension that has at least one extent<br />

of zero. A zero-sized array has a size of zero<br />

and contains no elements.<br />

Glossary

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

Saved successfully!

Ooh no, something went wrong!