fortrna if statement code example
Example: fortrna if statement
if(conditional)then
! Do something
elseif(conditional)then
! Do something else
else
! Otherwise do this
endif
if(conditional)then
! Do something
elseif(conditional)then
! Do something else
else
! Otherwise do this
endif