Procedures
Fortran
Article REF: H2120 V3
Procedures
Fortran

Author : Patrice LIGNELET

Publication date: December 10, 1993, Review date: April 27, 2016 | Lire en français

Logo Techniques de l'Ingenieur You do not have access to this resource.
Request your free trial access! Free trial

Already subscribed?

5. Procedures

5.1 Definitions

Procedures (or sub-programs, depending on the language, in Ada for example) are defined in the Programming languages article. Introduction . They help to break down an application into smaller, more easily understandable units, thereby increasing its maintainability.

A procedure is comparable to a main program, both in terms of execution logic and syntax structure. The major difference is that a program is launched by an operating system command, whereas a procedure is executed by a call from a Fortran instruction.

There are two syntactic categories of procedures in Fortran:

  • subprograms (SUBROUTINE), which define an action and are called by a CALL instruction...

You do not have access to this resource.
Logo Techniques de l'Ingenieur

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource. Click here to request your free trial access!

Already subscribed?


Article included in this offer

"Software technologies and System architectures"

( 227 articles )

Complete knowledge base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

View offer details