This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

TRUE and FALSE question


Hi all,

I posted this to comp.lang.fortran as well.

Working on PR26136 and:

I am reviewing the f95 standard for correct designation of true and false in a namelist file.

So far I only see .TRUE. and .FALSE. as being OK.

Is it also OK to have T and F as well? (gfortran accepts this now)

What about TRUE and FALSE without the dots?

I assume lowercase (for any of the above that are OK) is also OK.

Need confirmation.

Thanks,

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]