David M
0
Q:

fortrna if statement

if(conditional)then
    ! Do something
elseif(conditional)then
    ! Do something else
else
    ! Otherwise do this
endif
0
if(condition)then
	! do this if condition is true
endif
0

New to Communities?

Join the community