In fortran, in a single line, I want to execute two commands after an if, like shown below.
if
if (.true.) err = 'my error message' AND return
Is this possible? Using an if (.true.) then ... takes 4 whole lines!
if (.true.) then ...
没有评论:
发表评论