grouping | page | description |
| needs | rough notes on what is missing from standard Fortran |
| write | (unknown subject) |
ASSIGNMENT | where | masked array assignment |
EXECUTION CONTROL | associate | aliases selected variable identifiers as well as creates constants within the block from runtime expressions at entry into the block (LICENSE:PD) |
EXECUTION CONTROL | exit | terminate do-loops and block constructs |
EXECUTION CONTROL | if | selects a block based on a sequence of logical expressions. |
EXECUTION CONTROL | select_case | select a block based on the value of an expression (a case) |
EXECUTION_CONTROL | continue | execution of a CONTINUE statement has no effect |
FILE_INQUIRE | inquire | File inquiry statement |
FILE_POSITIONING | rewind | rewind specified sequential access I/O unit |
IO:FILE POSITIONING | backspace | - backspace one record on specified I/O unit |
IO | close | terminate the connection of a specified unit to an external file. |
IO | flush | flush I/O buffers of specified files |
IO | open | Initiates or modifies a connection between an external file and a specified unit. |
IO | print | write formatted sequential I/O to stdout |
IO | read | read data |
IO | wait | statement performs a wait operation for specified pending asynchronous data transfer operations |
M_draw:EXAMPLE | example_text_justification | example program showing text justification (LICENSE:PD) |
NUMERIC | endfile | Absolute value |
PREPROCESS | include | blending source text |
PROGRAM UNITS | program | Absolute value |
RECIPES | cincinatti_chili | cincinatti chili (LICENSE:PD) |
RECIPES | deviled_eggs | Million Dollar Deviled Eggs (LICENSE:PD) |
RECIPES | lasagna | lasagna (LICENSE:PD) |
RECIPES | mac_and_cheese | mac and cheese (LICENSE:PD) |
RECIPES | pancakes | pancakes (LICENSE:PD) |
RECIPES | pumpkin_roll | pumpkin roll (LICENSE:PD) |
RECIPES | recipes | list recipes (LICENSE:PD) |
RECIPES | soft_pretzel | soft pretzels (LICENSE:PD) |
STATEMENT | implicit | specify default type associated to a starting letter or disallow implicit typing |
STATEMENT | namelist | specify a group of data to be referred to by a single name in data input/output |
STATEMENT | return | completes execution of the instance of the subprogram in which it appears |
STATEMENT | stop | initiates termination of execution |