Definitions for "Logical constant"
Also connective. An expression that provides an argument with its logical form. Constants cannot vary without varying the form of the argument.
A constant with a value of either true or false (or T or F).
A constant that can have one of two values: true or false. The form of these values in Fortran is: .TRUE. and .FALSE. respectively.