answersLogoWhite

0

The following is for F90 and later:

if ( .not. foo ) thencall someSubroutine(with,awesome,variables)elsecall explosion(muwhaha)end if

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is a logical argument in which each statement is backed up by a statement that is accepted as true?

A logical argument in which each statement is backed up by a statement that is accepted as true is a proof.


What function in MS Excel which checks the logical condition of a statement?

IF function


Which looping structure does not work in FORTRAN?

Unlike many programming languages that generally support for-loops, while-loops and until-loops or some variant of the three, FORTRAN has only one loop structure: the do-loop, which corresponds to a for-loop.The general form of the FORTRAN do-loop is as follows:do label var = expr1, expr2, expr3statementslabel continueWhere, var is the control variable (or loop index), expr1 is the initial value of var, expr2 is the terminating bound of var, and expr3 is the increment of var. The label must be an unique integer value (usually labels begin at 10 and increment by 10 for all subsequent labels), and denotes the end of the statement or statements that constitute the loop body.Modern variants of FORTRAN also allow the use of an end do statement which permits the label clause to be omitted completely.Although FORTRAN has no concept of either a while-loop or an until-loop, these loops can be simulated using label, if and goto statements:while-loop:label if (logical expr) then statementsgoto labelendifuntil-loop:label continue statementsif (logical expr)goto label


What is a logical argument arranged with statements and reasons?

A logical argument in which each statement is backed up by a statement that is accepted as true is a two column proof.


What is logical force?

The definition of logical force is a way to measure how weak or strong a statement is. Quantification and modality are determinants of logical force.


What is a math Converse?

it is the logical "opposite" of a mathematical statement


What does Fortran 4 mean?

Fortran IV was a version of the Fortran programming language developed in the 1960's. It was widely accepted as a standard version of Fortran until the development of Fortran 66 which was itself largely based on Fortran iV.


What type of logical fallacy is this statement an example of?

Without knowing the specific statement, it is difficult to identify the type of logical fallacy. Can you please provide the statement so I can assist you further?


What Was the first high-level programming language designed that could perform complex?

fortran


What are BASIC and FORTRAN?

BASIC and FORTRAN are computer programming languages.


What is proof by Converse?

Proof by Converse is a logical fallacy where one asserts that if the converse of a statement is true, then the original statement must also be true. However, this is not always the case as the converse of a statement may not always hold true even if the original statement is true. It is important to avoid this error in logical reasoning.


What is the relationship between the major premise, minor premise, and conclusion in a logical argument?

In a logical argument, the major premise is a general statement, the minor premise is a specific statement, and the conclusion is the logical result drawn from the premises. The conclusion is based on the major and minor premises being true.