[GPF Home Page]

libGPF man(7) pages for Fortran Intrinsics

grouping page description
FORTRAN:ASSIGNMENTwhere masked array assignment
FORTRAN:EXECUTION CONTROLassociate associate construct
FORTRAN:EXECUTION CONTROLblock construct
FORTRAN:EXECUTION CONTROLcase select a block based on the value of an expression (a case)
FORTRAN:EXECUTION CONTROLcontinue construct
FORTRAN:EXECUTION CONTROLcycle construct
FORTRAN:EXECUTION CONTROLdo construct
FORTRAN:EXECUTION CONTROLendselect select a block based on the value of an expression (a case)
FORTRAN:EXECUTION CONTROLexit statement
FORTRAN:EXECUTION CONTROLif selects a block based on a sequence of logical expressions.
FORTRAN:EXECUTION CONTROLselect select a block based on the value of an expression (a case)
FORTRAN:EXECUTION_CONTROLselect_type select_type
FORTRAN:FAQinitialize_arrays Initializing small 2D numeric arrays with array constructors
FORTRAN:FILE_INQUIREinquire File inquiry statement
FORTRAN:FILE_POSITIONINGbackspace - backspace one record on specified I/O unit
FORTRAN:FILE_POSITIONINGrewind rewind specified sequential access I/O unit
FORTRAN:INTRINSIC:I/Oformat Format statement
FORTRAN:INTRINSICScommon specifies blocks of variables that can be accessed by any scoping unit in the program (...
FORTRAN:INTRINSICSequivalence used to specify the sharing of storage units by two or more objects in a storage unit...
FORTRAN:IOclose terminate the connection of a specified unit to an external file.
FORTRAN:IOflush flush I/O buffers of specified files
FORTRAN:IOopen Initiates or modifies a connection between an external file and a specified unit.
FORTRAN:IOsign option to force optional plus sign on output values
FORTRAN:IOwait statement performs a wait operation for specified pending asynchronous data transfer operations...
FORTRAN:OPENscratch where scratch files are typically written by OPEN(3f)
FORTRAN:SPECIFICATION ATTRIBUTEprotected protect use associated module objects from change outside of the module (L...
FORTRAN:SPECIFICATION ATTRIBUTEpure Pure procedures
FORTRAN:STATEMENT:ATTRIBUTEsave specifies that a local variable retains its status and value after a RETURN (L...
FORTRAN:STATEMENTallocate The ALLOCATE statement dynamically creates pointer targets and allocatable variables. (L...
FORTRAN:STATEMENTdeallocate causes allocated variables and targets to be deallocated
FORTRAN:STATEMENTimplicit specify default type (if any) associated to a starting letter
FORTRAN:STATEMENTnamelist specify a group of data to be referred to by a single name in data input/output (LICENSE...
FORTRAN:STATEMENTnullify causes pointers to be disassociated
FORTRAN:STATEMENTreturn completes execution of the instance of the subprogram in which it appears
FORTRAN:STATEMENTstop initiates termination of execution
FORTRANarray_constructors An array constructor can be used to create and assign values to rank-one arrays (and arra...
FORTRANdata DATA statement
FORTRANfortran Fortran Example
FORTRANfortran_continuation_line Fortran Continuation Lines
FORTRANfortran_recursion Examples of recursion
FORTRANfree_source_form syntax of free source form statements, comments, and continuation lines
FORTRANimplied_do documentation on usage of implied do in Fortran
FORTRANinclude including source text
FORTRANintrinsics intrinsic man(1) pages
FORTRANintrinsics_project intrinsic man(1) pages
FORTRANiso_c_binding standard intrinsic module which defines named constants, types, and procedures for C interoper...
FORTRANiso_fortran_env standard intrinsic module provides public entities related to the Fortran environment (LICEN...
FORTRANpointers Pointers and targets methods
FORTRANuse gives a program unit accessibility to public entities in a module.